Update a department.
Last updated 3 years ago
PUT https://{{account_id}}.acquire.io/api/v1/account/department/{{departmentId}}
PUT
https://{{account_id}}.acquire.io/api/v1/account/department/{{departmentId}}
Update a department. The departmentId must be passed in to the endpoint as a path parameter.
departmentId
{ "data": { "id": 14, "name": "My Depts", "status": "active", "users": [] } }
{ "name": "My Depts", "status": "active" }
integer
The department ID
Authorization
string
Bearer {{API_KEY}}