---
title: "List members of an organization"
method: GET
path: "/organizations/{organizationID}/members"
tags: ["Organizations"]
---

# List members of an organization

`GET /organizations/{organizationID}/members`

## Response `200`

OK

- object
  - `members` UserWithID[], required
    - `email` string, email, required — Email address associated with the user account
    - `name` string, required — Name of the user
    - `id` string, required — Unique identifier for a user account

## Changes

- **2026-07-26** `11b9ee199d56` — 1 warning
  - deleted the `path` request parameter `organizationID`

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

---

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