List Zendesk Organizations
list_organizationsList all Zendesk organizations with cursor-based pagination. Returns name and ID of each organization for quick browsing.
Instructions
List all organizations with pagination. Returns the name and id of each organization plus basic fields; results are cursor-paginated. Use get_organization with an id for full details (tags, domains, notes), or search for query-based lookups by name. Organizations group end users and can be referenced when creating or filtering tickets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous response; omit for the first page. | |
| page_size | No | Organizations per page (1-100, default 100). |