Get a list of all organization memberships within an instance.
Retrieves all organization user memberships for the given instance.
Query parameters
Sorts organizations memberships by phone_number, email_address, created_at, first_name, last_name or username. By prepending one of those values with + or -, we can choose to sort in ascending (ASC) or descending (DESC) order.
Applies a limit to the number of results returned. Can be used for paginating the results together with offset.
Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.
Response
A list of organization memberships
Changes
Changed in 1 of the 15 revisions of this API.1
- ○
added the optional property
data/items/public_user_data/deprovisionedto the response with the200statusresponse-optional-property-added
- ○