Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.Console.IApiUserGroupList Interface Reference

A list of groups belonging to a user, along with the user's role in each group. More...

Inherited by Nakama.Console.ApiUserGroupList.

Properties

string Cursor [get]
 Cursor for the next page of results, if any.
 
IEnumerable< IUserGroupListUserGroupUserGroups [get]
 Group-role pairs for a user.
 

Detailed Description

A list of groups belonging to a user, along with the user's role in each group.

Property Documentation

◆ Cursor

string Nakama.Console.IApiUserGroupList.Cursor
get

Cursor for the next page of results, if any.

◆ UserGroups

IEnumerable<IUserGroupListUserGroup> Nakama.Console.IApiUserGroupList.UserGroups
get

Group-role pairs for a user.


The documentation for this interface was generated from the following file: