---
title: "List Organizations"
method: GET
path: "/v2/me/organizations"
tags: ["Me V2"]
---

# List Organizations

`GET /v2/me/organizations`

Returns a list of organizations the authenticated user is a member of, including their role in each organization.

## Response `200`

Success

- object
  - `object` 'list', required
  - `data` object[], required
    - `id` integer, required — an integer
    - `name` string, required
    - `role` 'OWNER' | 'ADMIN' | 'USER' | 'EDITOR' | 'READER' | 'ANALYST', required

## Other responses

- `400` — The request did not match the expected schema
- `401` — No API key was provided in the request
- `429` — Too many requests have been made in a short period
- `500` — An unexpected error occurred on the server

---

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