Back to ServiceNow Integrations
Handler · Version 1

ServiceNow Group Update ServiceNow

Download GitHub

About

This handler allows you to update a uer group for service now. It uses the unique sysid to determine what group to update and then takes the input parameters and passes them in a REST call to Service Now to update the group. Any fields left empty will not be updated. An error will be thrown if the sysid does not correspond to a valid user group.

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
Sys Id The sys_id of the user group you want to update. vt53580t0s0s0s6501ss37u294s2ts6t
Name The new name of the user group. Sample Name
Group Email The new group email of the user group. joe.user@acme.com
Manager The new manager id of the user group. 9ww1t13vu6112271007x9v0wxvt69uv0
Parent The new parent id of the user group. 287ww6xws9xw198100svs7950v0t1t73
Description The new description of the user group. Sample Description
Changelog

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

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

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