Organization Item API
Multiple access controls based on provided filters:
provider_idcustomer_idMultiple access controls based on provided filters:
provider_idšØ Gate errors: You must filter by "provider_id".
provider_id, customer_idBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Update item with the given ids: [ id ]
JSON PATCH body:
{
"chat_apps"?: null | integer[]
"data"?: null | object
"description"?: null | string
"entitlements"?: integer[]
"extend_entitlements"?: integer[]
"initials"?: string
"language"?: null | object
"name"?: string
"picture_background_color"?: null | string
"picture"?: null | string
"primary_domain"?: string
"primary_location"?: null | string
"salt"?: null | string
"slug"?: string
"theme_primary_color"?: null | string
}Set a field to null to unset it, leave it absent in the patch to retain the existing value.
Request payload
The body is of type object.
Successful response
The response is of type object.