OrganizationRelationshipUser Collection API
Filters:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
JSON post body:
{
"customer_id": integer
"entitlements": integer[]
"provider_id": integer
"user_id": integer
}Possible errors:
Field "customer_id": "Customer ID is required"
Field "entitlements": "Entitlements is required"
Field "provider_id": "Provider ID is required"
Field "user_id": "User ID is required"
Request payload
The body is of type object.
Successful response
The response is of type object.