create_user
Create a new ServiceNow user by providing required details like username, name, and email, with optional roles, manager, and contact info.
Instructions
Create a new user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| phone | No | ||
| roles | No | Role names to assign after creation | |
| title | No | ||
| active | No | ||
| manager | No | Username or sys_id of the user's manager | |
| location | No | ||
| password | No | ||
| last_name | Yes | ||
| user_name | Yes | ||
| department | No | Department name or sys_id | |
| first_name | Yes | ||
| mobile_phone | No |