---
title: "List Organization Members"
method: GET
path: "/api/admin/organizations/me/members"
tags: ["Admin"]
---

# List Organization Members

`GET /api/admin/organizations/me/members`

Return active organization members using the canonical User.full_name field.

## Response `200`

Successful Response

- OrganizationMemberSummary[]
  - `user_id` string, required
  - `email` string, required
  - `name` string, required

## Changes

- **2026-09-02** `497967424011` — 1 info
  - endpoint added
- **2026-08-29** `7a7c8e2b5afc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/qomplement/apis/fastapi/changes/api/admin/organizations/me/members/get.md)

---

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