Skip to main content
POST
Update group
Required scopes: groups--my:rw,

Authorizations

Authorization
string
header
required

Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.

Body

application/json
id
integer
required

The group ID.

name
string

The name of the group.

Maximum string length: 180
language_code
string

The code of the group language.

agent_priorities
object

Agent priorities in a group as a map in the "<id>": "<priority>" format.

Response

200

Group updated successfully.