update_user
Modify existing user information in ServiceNow by updating details such as name, contact information, department, roles, and account status.
Instructions
Update an existing user in ServiceNow
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User ID or sys_id to update | |
| user_name | No | Username for the user | |
| first_name | No | First name of the user | |
| last_name | No | Last name of the user | |
| No | Email address of the user | ||
| title | No | Job title of the user | |
| department | No | Department the user belongs to | |
| manager | No | Manager of the user (sys_id or username) | |
| roles | No | Roles to assign to the user | |
| phone | No | Phone number of the user | |
| mobile_phone | No | Mobile phone number of the user | |
| location | No | Location of the user | |
| password | No | Password for the user account | |
| active | No | Whether the user account is active |