---
title: "List the organization's members"
method: GET
path: "/organization/members"
tags: ["organization"]
---

# List the organization's members

`GET /organization/members`

Returns every member of the caller's organization with email, role, and join date. Organization management (rename, members, invitations) is deliberately not part of the public API: it is dashboard-only so an API key can never modify the organization that issued it.

## Response `200`

OK

- OrganizationMemberSummaryListResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `members` OrganizationMemberSummaryResponse[], nullable, required
    - `email` string, required
    - `joined_at` string, date-time
    - `role` string, required

## Other responses

- `default` — Error

---

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