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