Update a department
PUT
/org/{tenant}/v2/departments/{id}
Platform support: MT and CC
Updates an existing department. The name is required. If user_ids is omitted or null, existing user assignments are left unchanged. Send an empty array to remove all assignments.
Request
Responses
- 200
- 400
- 404
- 500
Department updated successfully
Invalid request
Resource not found
Internal server error