organizationsUsers

organizationsUsers

GET:organizations/users.json

Description

Get all or specific users of a given organization.

This is a typical bulk get endpoint.

Topic: Users

Arguments

ids: [String!]

List of user ids. See also: Unique Identifiers

Example: ["us_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


organization_id: String!

Unique organization identifier. See also: Unique Identifiers

Example: "og_EQzGqWoY"


Result

[OrganizationUser!]

Preview (typescript)

Loading module