| 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 for the current page. | |
hasNextPage |
bool | ✔️ | Whether another page is available. | |
nextCursor |
?string | ➖ | Use this cursor to fetch the next page when has_next_page is true. | eyJpZCI6IjIwNjAwNTE1Mzg3OTQ0Mzg2NzciLCJmbG9ja0N1cnNvciI6IjQ2MTE2ODYwMTg2Mjg5ODcxNzkiLCJvcmlnaW5hbERpcmVjdGlvbiI6IkRlc2NlbmRpbmcifQ==-999995 |