---
title: "List ServiceNow users"
method: GET
path: "/api/v2/integration/servicenow/users/{instance_id}"
tags: ["ServiceNow Integration"]
---

# List ServiceNow users

`GET /api/v2/integration/servicenow/users/{instance_id}`

Get all users for a ServiceNow instance.

## Path parameters

- `instance_id` string, uuid, required

## Response `200`

OK

- ServiceNowUsersResponse — Response containing ServiceNow users
  - `data` ServiceNowUserData[], required — Array of ServiceNow user data objects
    - `attributes` ServiceNowUserAttributes, required — Attributes of a ServiceNow user
      - `email` string, required — The email address of the user
      - `full_name` string — The full name of the user
      - `instance_id` string, uuid, required — The ID of the ServiceNow instance
      - `user_name` string, required — The username of the ServiceNow user
      - `user_sys_id` string, required — The system ID of the user in ServiceNow
    - `id` string, uuid, required — Unique identifier for the ServiceNow user
    - `type` 'users', required — Type identifier for ServiceNow user resources

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
