Back to ServiceNow Integrations
Handler · Version 1

ServiceNow User Create ServiceNow

Download GitHub

About

This handler allows you to create a new user on Service Now. It takes the input parameters and then passes them in a REST call to Service Now to create the user.

Configurations
Name Description Sample
username Username/Email of target user.
password Password of the user. *********
server The subdomain of service now the server belongs to (ie. https://{server}.service-now.com).
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
User Id Username of the person john.doe
First Name First name of the user John
Last Name Last name of the user Doe
Title Title of the user Manager
Department Id Id of the department 148128sd8f7871899sd98f
Password password for the user if needed pass01
Password Needs Reset Select if you would like to require the user to reset their password yes
Locked Out Select this if you would like the user to be locked out at first no
Active Select this if you would like the user to be active immediately yes
Date Format How dates will appear to the user yyyy-MM-dd
Email Email address of the user john.doe@example.com
Time Zone Timezone used by this user US/Central
Business Phone Primary business phone number for the user 555-555-5555
Mobile Phone Mobile/Cell phone number of the user 666-666-6666
Results
Name Description
Sys Id The unique system id of the new user is returned
Changelog

Servicenow User Create V1.1 (2017-09-21)

  • Moving from the Service Now JSON Web Service (no longer supported) to the REST API.

Servicenow User Create V1 (2013-07-29)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top