| Field | Type | Required | Description | Example |
|---|---|---|---|---|
code |
int | ✔️ | The status code of the response. | |
msg |
string | ✔️ | The message of the response. | |
data |
array<Components\UserModel> | ✔️ | A list of user objects. | |
hasNextPage |
bool | ✔️ | Whether another page is available. | |
nextCursor |
?string | ➖ | The next cursor of the members to get. | 1234567890 |