---
title: "List user"
method: GET
path: "/users"
tags: ["🧩 Change requests"]
---

# List user

`GET /users`

List all validated and unvalidated users

## Response `200`

List users

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'listUsers', required — The id of the action
  - `data` ValidatedUser[], required
    - `username` string, required
    - `isValidated` boolean, required — whether the user's actions generate chanque-request or not
    - `userExists` boolean, required — whether the user exists in file or not

---

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