v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBServiceNow Integration
List ServiceNow users
Get all users for a ServiceNow instance.
get/api/v2/integration/servicenow/users/{instance_id}
Path parameters
instance_idstring uuid required
The ID of the ServiceNow instance
Response
OK
Example response
{
"data": [
{
"attributes": {
"email": "john.doe@example.com",
"full_name": "John Doe",
"instance_id": "65b3341b-0680-47f9-a6d4-134db45c603e",
"user_name": "john.doe",
"user_sys_id": "abc123def456"
},
"id": "65b3341b-0680-47f9-a6d4-134db45c603e",
"type": "users"
}
]
}