ServiceNow Group Retrieve
Version 2
This handler allows you to retrieve a user group from service now. It will use a field that has a unique identifier, the sys_id, and its value to retrieve a unique result.
Info
The server field is for your instance of service now. It is whatever subdomain you belong to i.e. server.service-now.com
Parameters
Name |
Description |
Sys Id |
The Sys ID of the unique identifier used to retrieve the desired user group. |
Sample Configuration
Name |
Description |
Sys Id |
b85d44954a3623120004689b2d5dd60a |
Results
Name |
Description |
active |
|
cost_center |
|
default_assignee |
|
description |
|
email |
|
exclude_manager |
|
include_members |
|
manager |
|
name |
|
parent |
|
roles |
|
source |
|
sys_created_by |
|
sys_created_on |
|
sys_id |
|
sys_mod_count |
|
sys_updated_by |
|
sys_updated_on |
|
type |
|
Changelog
Servicenow Group Retrieve V2 (2017-09-25)
Servicenow Group Retrieve 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 Create
- Creates a new 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.