---
title: "List all users"
method: GET
path: "/api/v1/user"
tags: ["Users"]
---

# List all users

`GET /api/v1/user`

List all users for your organization.

## Response `200`

OK

- UserListResponse — Array of Datadog users for a given organization.
  - `users` User[] — Array of users.
    - `access_role` 'st' | 'adm' | 'ro' | 'ERROR', nullable — The access role of the user. Options are **st** (standard user), **adm** (admin user), or **ro** (read-only user).
    - `disabled` boolean — The new disabled status of the user.
    - `email` string — The new email of the user.
    - `handle` string — The user handle, must be a valid email.
    - `icon` string — Gravatar icon associated to the user.
    - `name` string — The name of the user.
    - `verified` boolean — Whether or not the user logged in Datadog at least once.

## Other responses

- `403` — Authentication error
- `429` — Too many requests

---

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