---
title: "Get Organization Members"
method: GET
path: "/api/v2/orgs/{org}/members"
---

# Get Organization Members

`GET /api/v2/orgs/{org}/members`

Get the list of members for a specific organization.

This endpoint retrieves the list of members for the specified organization.
It returns the members with their permissions and other details.

## Path parameters

- `org` string, required

## Query parameters

- `page` integer
- `limit` integer

## Headers

- `authorization` string, nullable

## Cookies

- `modaic_session` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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