---
title: "List Members"
method: GET
path: "/me/organisations/{organisation_id}/members"
tags: ["User API"]
---

# List Members

`GET /me/organisations/{organisation_id}/members`

List the members of an organisation. Any member may read this.

## Path parameters

- `organisation_id` string, required

## Response `200`

Successful Response

- OrganisationMember[]
  - `user_id` string, required
  - `email` string, required
  - `role` 'admin' | 'user', required
  - `created_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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