-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Description
The (non-ruby) API docs specify an endpoint for viewing the membership of a given organization:
GET /api/v2/organizations/{organization_id}/organization_memberships.json
(https://developer.zendesk.com/rest_api/docs/core/organization_memberships#list-memberships)
I can seemingly do this through the ruby client like so:
org = client.organization.find(id: SOME_ORG_ID)
org.users.fetch
But this requires two API requests, when it should only require one. Is this endpoint missing from the ruby client?
Metadata
Metadata
Assignees
Labels
No labels