edit_department
Edit an existing department by updating its name, manager, or maximum simultaneous users off limit. Provide only the fields to change.
Instructions
Edit a department. Only the fields you supply are changed.
Args: department_id: The department to edit. name: New department name. manager_id: User ID of the department manager. max_off: Max users off at once (0 disables the limit; range 0–20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| max_off | No | ||
| manager_id | No | ||
| department_id | Yes |