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

# GET /users

`GET /users`

Lists all users for the workspace

## Response `200`

Success

- UserListResponse — List of users
  - `data` User[], required
    - `id` string, required — Unique user ID
    - `external_id` string, required — External ID for the user
    - `role` string, required — Role of the user

## 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/dd22ecbbe8e5/schema)
