ServiceNow Group Create
Version 1
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.
Parameters
Name |
Description |
Name |
The name of the new user group. |
Group Email |
The group email of the new user group. |
Manager |
The manager id of the new user group. |
Parent |
The parent id of the new user group. |
Description |
The description of the new user group. |
Sample Configuration
Name |
Description |
Name |
Sample Name |
Group Email |
joe.user@acme.com |
Manager |
9ww1t13vu6112271007x9v0wxvt69uv0 |
Parent |
287ww6xws9xw198100svs7950v0t1t73 |
Description |
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.
Related Handlers
- ServiceNow Change Create
- This handler allows you to create a new change request on Service Now.
- ServiceNow Change Retrieve
- This handler allows you to retrieve a change request from Service Now.
- ServiceNow Change Update
- This handler allows you to update a change request on Service Now.
- ServiceNow Group Retrieve
- Retrieves a Service Now user group
- ServiceNow Group Update
- Updates an existing Service Now user group.
- ServiceNow Incident Create
- ServiceNow, create a new incident.
- ServiceNow Incident Retrieve
- This handler allows you to retrieve an incident from Service Now.
- ServiceNow Incident Search
- Search for a Service Now incident.
- ServiceNow Incident Update
- ServiceNow, update an incident.
- ServiceNow Object Create
- Generically creates an object from a ServiceNow table when given a table name and a JSON body
- ServiceNow Object Delete
- Generically deletes an object from a ServiceNow table when given a table name and an id
- ServiceNow Object Retrieve
- Generically retrieves an object from a ServiceNow table when given a table name and an id
- ServiceNow Object Update
- Generically updates an object in a ServiceNow table when given a table name, a id, and a JSON body containing the parts of the object that should be updated.
- ServiceNow User Create
- ServiceNow, create a new user.
- ServiceNow User Retrieve
- ServiceNow, retrieve a user id for system user.
- ServiceNow User Update
- ServiceNow, update an existing user.