| 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. | |
has_next_page |
bool | ✔️ | Whether another page is available. | |
next_cursor |
OptionalNullable[str] | ➖ | The next cursor of the members to get. | 1234567890 |