---
title: "Returns the members of the given organization."
method: GET
path: "/organizations/{organizationId}/members"
tags: ["Organization"]
---

# Returns the members of the given organization.

`GET /organizations/{organizationId}/members`

## Path parameters

- `organizationId` string, required

## Response `200`

OK

- ListOrgMembersEndpointOutput
  - `members` ListOrgMembersEndpointOutputMember[], required — The members of the organization.
    - `customerId` string, uuid, required
    - `email` string, nullable, required
    - `role` 'Owner' | 'Admin' | 'Editor' | 'Viewer', required
    - `status` 'Active' | 'Suspended', required
    - `isActiveOrganizationForMember` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

## Changes

- **2026-09-04** `9da534659e5f` — 1 info
  - the security scope `api` was added to the endpoint's security scheme `OpenIdConnect`
- **2026-08-31** `f5235270ce3c` — 1 info
  - added the required property `members/allOf[subschema #1]/items/isActiveOrganizationForMember` to the response with the `200` status

[Change history](https://skmtc.dev/rapidata/apis/rapidata-api/changes/organizations/:organizationId/members/get.md)

---

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