---
title: "List members"
method: GET
path: "/organizations/{org_id}/members"
tags: ["Organizations"]
---

# List members

`GET /organizations/{org_id}/members`

Returns every member of the organization with their role and email.

## Path parameters

- `org_id` string, required — organization identifier

## Response `200`

OK

- OrganizationOrganizationMemberListResponse
  - `members` OrganizationOrganizationMemberResponse[], nullable, required
    - `created_at` string, date-time
    - `email` string
    - `id` string, required
    - `name` string
    - `organization_id` string, required
    - `role` string, required
    - `user_id` string, required

## Other responses

- `default` — Error

---

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