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

# Get All Users

`GET /users`

Fetches all SDP users within the organization, whether they are active yet or not.

## Response `200`

Returns a paginated list of User Details

- User[]
  - `id` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, required
  - `roles` string[], required
  - `is_active` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/versions/39f9dc64156c/schema)
