| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Code |
int64 |
✔️ | The status code of the response. | |
Msg |
string |
✔️ | The message of the response. | |
Data |
[]components.UserModel | ✔️ | A list of user objects. | |
HasNextPage |
bool |
✔️ | Whether another page is available. | |
NextCursor |
optionalnullable.OptionalNullable[string] |
➖ | The next cursor of the members to get. | 1234567890 |