zenpy
zenpy copied to clipboard
Add support to list organizations
Listing and paging through all organizations as shown in the docs at https://developer.zendesk.com/api-reference/ticketing/organizations/organizations/ needs to be supported please.
This library doesn't support it. You'll have to hit the zendesk api directly: https://developer.zendesk.com/api-reference/ticketing/organizations/organization_memberships/
Seems supported now https://github.com/facetoe/zenpy/blob/124cf002f71cbefd827a30bc7aa306397ee524aa/zenpy/lib/api.py#L1283