update_user
Update an existing ServiceNow user by sys_id, username, or email, modifying fields like name, contact, roles, and status.
Instructions
Update an existing user (accepts sys_id, username, or email).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| phone | No | ||
| roles | No | Role names to assign (additive, not a replace-all) | |
| title | No | ||
| active | No | ||
| manager | No | ||
| user_id | Yes | sys_id, username, or email of the user to update | |
| location | No | ||
| password | No | ||
| last_name | No | ||
| user_name | No | ||
| department | No | ||
| first_name | No | ||
| mobile_phone | No |