Back to ServiceNow Integrations
Handler · Version 1

ServiceNow Group Create ServiceNow

Download GitHub

About

This handler allows you to create a new group on Service Now. It takes the input parameters and then passes them in a REST call to Service Now to create the event. If there was an error with creating the user group, this handler will catch and re-throw the error.

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
Name The name of the new user group. Sample Name
Group Email The group email of the new user group. joe.user@acme.com
Manager The manager id of the new user group. 9ww1t13vu6112271007x9v0wxvt69uv0
Parent The parent id of the new user group. 287ww6xws9xw198100svs7950v0t1t73
Description The description of the new user group. Sample Description
Results
Name Description
sys_id Returns the sys_id of the user group that was just created
Changelog

Servicenow Group Create V1.1 (2017-09-22)

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

Servicenow Group 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