Update
Update a department.
Last updated
Update a department.
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
integer
The department ID
Authorization
string
Bearer {{API_KEY}}
{
"data": {
"id": 14,
"name": "My Depts",
"status": "active",
"users": []
}
}Last updated
{
"name": "My Depts",
"status": "active"
}