---
title: "List Organization Memberships"
method: GET
path: "/v0/users/{user_id}/memberships/organizations"
tags: ["users"]
---

# List Organization Memberships

`GET /v0/users/{user_id}/memberships/organizations`

Retrieves a list of organizations where the user has membership.

Returns an array of organization memberships. Each membership contains the organization ID and nested organization information.
Pagination is handled via query parameters (limit and start).

## Path parameters

- `user_id` string, required

## Query parameters

- `limit` integer
- `start` string

## Response `200`

- OrganizationMembership[]
  - `id` string, required — Membership UUID
  - `organization` OrganizationData, required
    - `id` string, required — Organization UUID
    - `profile` UserOrganizationProfile, required — The model name is qualified because pkg/api/v0/sites/memberships/organizations declares an OrganizationProfile too, and go-swagger keys definitions by bare name: sharing one makes generation pick a different winner each run.
      - `machine_name` string, required — Organization machine name (slugified)
      - `name` string, required — Organization human-readable name

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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