| Field | Type | Required | Description | Example |
|---|---|---|---|---|
code |
int | ✔️ | The status code of the response. | |
msg |
str | ✔️ | The message of the response. | |
data |
List[models.UserModel] | ✔️ | A list of user objects for the current page. | |
has_next_page |
bool | ✔️ | Whether another page is available. | |
next_cursor |
OptionalNullable[str] | ➖ | Use this cursor to fetch the next page when has_next_page is true. | eyJpZCI6IjIwNjAwNTE1Mzg3OTQ0Mzg2NzciLCJmbG9ja0N1cnNvciI6IjQ2MTE2ODYwMTg2Mjg5ODcxNzkiLCJvcmlnaW5hbERpcmVjdGlvbiI6IkRlc2NlbmRpbmcifQ==-999995 |