OrganizationRelationshipUser Item API
Multiple bodies with results:
role:User is a member of the provider organization specified in the URL path 🔐
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ provider_id, customer_id, user_id ]
JSON PUT body:
{
"customer_id": integer
"entitlements": integer[]
"provider_id": integer
"user_id": integer
}Request payload
The body is of type object.
Successful response
The response is of type object.