user/get
Tool: read
List all users for the authenticated organization with pagination.
Returns a paginated list of User objects. Supports cursor-based paging via startingAfter (UUID of last seen user).
Arguments
| name | type | req | notes |
|---|---|---|---|
| page | integer | – | Page number, 1-indexed (default 1) |
| limit | integer | – | limit default 10, max 30; see schemas/pagination |
| startingAfter | string | – | Cursor for next page (uuid) |
Response
200 — Paginated list; object: {items: User[], pagination}; each item: see schemas/user. Deltas: none.
Pagination: see schemas/pagination.
Errors: 400, 401, 406, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call read with name: "user/get".