List Zendesk Organizations
list_organizationsBrowse Zendesk organizations with cursor pagination. Get names and IDs for each organization, then fetch full details or search by name as needed.
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). |