---
title: "List Organisations"
method: GET
path: "/me/organisations"
tags: ["User API"]
---

# List Organisations

`GET /me/organisations`

List the organisations the current user belongs to.

## Response `200`

Successful Response

- OrganisationMembership[]
  - `id` string, required
  - `name` string, required
  - `owner_user_id` string, required
  - `is_personal` boolean
  - `archived` boolean
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `role` 'admin' | 'user', required

## Changes

> 39 revisions in range; 5 could not be searched.

- **2026-07-31** `72e064594fc8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/toolhouse/apis/toolhouse-api/changes/me/organisations/get.md)

---

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