create_user
Create a new user in ServiceNow by specifying username, name, email, and optional details like roles, department, and manager. Streamline user setup directly through the MCP Server integration.
Instructions
Create a new user in ServiceNow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Whether the user account is active | |
department | No | Department the user belongs to | |
Yes | Email address of the user | ||
first_name | Yes | First name of the user | |
last_name | Yes | 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_name | Yes | Username for the user |