---
title: "GET /users"
method: GET
path: "/users"
tags: ["Users"]
---

# GET /users

`GET /users`

Lists all users.

## Response `200`

Success

- UserListResponse — List of users.
  - `data` User[], required — List of users.
    - `id` string, required — FRAGMENT generated unique ID.
    - `external_id` string, required — User-provided unique ID.
    - `role` string, required — Name of the user's role.

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-03-13** `dd22ecbbe8e5` — 1 breaking
  - removed the required property `data/items/externalId` from the response with the `200` status
- **2026-03-06** `6768d46dbde8` — 2 info
  - response property `data/items/externalId` deprecated
  - added the required property `data/items/external_id` to the response with the `200` status
- **2026-02-05** `635b1d55b735` — 1 info
  - added the required property `data/items/id` to the response with the `200` status
- **2026-02-02** `0f4bb2a098cb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fragment-dev/apis/fragment-payments-api/changes/users/get.md)

---

[API](https://skmtc.dev/fragment-dev/apis/fragment-payments-api.md) · [All operations](https://skmtc.dev/fragment-dev/apis/fragment-payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fragment-dev/fragment-payments-api/revisions/8472a9bd15ea/schema)
