---
title: "List Organization Members"
method: GET
path: "/api/platform/organizations/{org_id}/members"
tags: ["platform"]
---

# List Organization Members

`GET /api/platform/organizations/{org_id}/members`

All members of a single Auth0 organization as enriched ``User`` records.

Returns the full membership in one shot (no pagination) — the
organization-detail UI fans them out alongside the org's groups, and
typical orgs have at most a few hundred members.

## Path parameters

- `org_id` string, required

## Response `200`

Successful Response

- UsersListResponse — Paginated list envelope for :class:`User`.
  - `items` User[]
    - `userId` string, required
    - `email` string, nullable
    - `name` string, nullable
    - `picture` string, nullable
    - `loginCount` integer
    - `lastLogin` string, nullable
    - `createdAt` string, nullable
    - `linkedSubs` string[]
  - `total` integer
  - `page` integer
  - `perPage` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
