Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ organization_id, user_id ]
JSON PUT body:
{
"entitlements": integer[]
"is_invitation"?: boolean
"is_organization_owner": boolean
"organization_id": integer
"user_id": integer
}Request payload
The body is of type object.
Successful response
The response is of type object.