Skip to main content
PUT
Update a department

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string

Department display name; unique within the organization.

description
string

Free-text description of the department's purpose.

managerIds
string[]

User _ids with MANAGER role inside this department.

userIds
string[]

All members of the department (managers + agents).

Response

Department updated

department
object
Example: