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

# List Members

`GET /organizations/{org_id}/members`

## Path parameters

- `org_id` string, required

## Query parameters

- `limit` integer, nullable
- `offset` integer, nullable

## Response `200`

Successful Response

- OrgMemberOut[]
  - `user_id` string, required
  - `email` string, required
  - `role` string, required
  - `joined_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/reasonblocks/apis/reasonblocks-control-plane-api.md) · [All operations](https://skmtc.net/reasonblocks/apis/reasonblocks-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reasonblocks/reasonblocks-control-plane-api/versions/cf3dce6ffb6f/schema)
