List users
Retrieve a paginated list of users. Supports cursor-based pagination using 'before' and 'after' query parameters. The 'limit' parameter controls the number of users returned per page. Optionally, use the 'fields' parameter to select specific fields (commented out).
Query Parameters |
---|
limit int32Possible values: 1 ≤ value ≤ 1000 Maximum number of users to return per page. Range: 1-1000. Default: 10. Example:
|
before stringReturns list of users before this cursor (for reverse paging). |
after stringReturns list of users after this cursor (for forward paging). |
Responses | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 A paginated list of users.
| ||||||||||||||||||||||
400 Invalid pagination parameters or request. |