OrganizationRelationshipUser Collection API
Filters:
At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Authorization: Bearer <token> header is required for authorization, requests without a valid and active authorization header will be denied access with a 401 Not Authorized HTTP status code.
Query param filters, URL encoded JSON object with fields: archived_at, created_at, customer_id, entitlements, provider_id, updated_at, user_id, admin_id
Example:
/api/organization-relationship-users?filters={"customer_id": ..., "entitlements": ..., "provider_id": ..., "user_id": ..., "admin_id": ...}Successful response
The response is of type object.