---
title: "Get Site Organization Memberships"
method: GET
path: "/v0/sites/{site_id}/memberships/organizations"
tags: ["sites"]
---

# Get Site Organization Memberships

`GET /v0/sites/{site_id}/memberships/organizations`

Retrieves the list of organizations associated with a specific site.

## Path parameters

- `site_id` string, required

## Response `200`

- SiteOrganizationMembership[]
  - `id` string, required — Unique identifier for this membership
  - `organization` Organization, required — Organization represents organization details
    - `id` string, required — Organization UUID
    - `profile` OrganizationProfile, required — OrganizationProfile represents the organization profile data
      - `machine_name` string, required — Organization machine name
      - `name` string — Organization display name
  - `role` string — Role of the organization in relation to the site

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
