---
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

## Other responses

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

---

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