update_user
Update an existing user's profile information, such as name, job title, time zone, role, department, office, or manager. Only provided fields are modified; email and account status cannot be changed.
Instructions
Update an existing user. Only supplied fields are modified. Email and account status cannot be changed via this endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User ID | |
| first_name | No | First name of the user | |
| last_name | No | Last name of the user | |
| job_title | No | Job title of the user (pass null-equivalent by omitting if not changing) | |
| time_zone | No | IANA timezone identifier | |
| role_id | No | ID of the role to assign to the user. Use list_roles to discover valid IDs. | |
| department_id | No | Department to assign the user to | |
| office_id | No | Office to assign the user to | |
| reporting_manager_id | No | User the user reports to |