Skip to content

membership list for organization? #269

@imogenkinsman

Description

@imogenkinsman

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions