API calls for ServiceNow
The ServiceNow connector makes API calls to ServiceNow to retrieve data.
Sys user
The call uses the GET operation to retrieve a list of sys users.
URI: https://{{instance}}.service-now.com/api/now/table/sys_user
License details
The call uses the GET operation to retrieve a list of license details.
URI: https://{{instance}}.service-now.com/api/now/table/license_details
Sys user has license
The call uses the GET operation to retrieve a list of sys user license assignments.
URI: https://{{instance}}.service-now.com/api/now/table/sys_user_has_license