List Zendesk Organizations
list_organizationsPaginate through all organizations to get their names and IDs. Then use the organization ID to retrieve full details or search by name.
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). |