System.NullReferenceException: Object reference not set to an instance of an object at Nakama.HttpRequestAdapter

Hi @cloudAle. Your method call with the user groups list feature can you try it like so:

Task<IApiGroupUserList> listTask = client.ListGroupUsersAsync(session, guildId, null, guildLimit, null);

We’ll update the documentation to make the usage clearer.