Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
JSON post body:
{
"chat_apps"?: integer[]
"data"?: object
"description"?: string
"entitlements": integer[]
"extend_entitlements": integer[]
"initials": string
"language"?: object
"name": string
"picture_background_color"?: string
"picture"?: string
"primary_domain": string
"primary_location"?: string
"salt"?: string
"slug": string
"theme_primary_color"?: string
}Possible errors:
Field "entitlements": "Entitlements is required"
Field "extend_entitlements": "Extend Entitlements is required"
Field "initials": "Initials is required"
Field "name": "Name is required"
Field "primary_domain": "Domain is required"
Field "slug": "Handle is required"
Request payload
The body is of type object.
Successful response
The response is of type object.