---
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

---

[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/versions/ce92a5e2d085/schema)
