provider Organizations GET /organizations
@utdk/zendesk /organizations
List organizations
Returns all organizations in the account. Organizations group users together and can be used to manage shared tickets and visibility rules.
page query
integer
per_page query
integer

Try it

Authentication
Configure credentials for Zendesk Support API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listorganizations
GET/organizations
Returns all organizations in the account. Organizations group users together and can be used to manage shared tickets and visibility rules.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import zendesk from '@utdk/zendesk';

await zendesk.listorganizations()