---
title: "List Caller Organization Memberships"
method: GET
path: "/v1/organizations/me/memberships"
tags: ["organizations"]
---

# List Caller Organization Memberships

`GET /v1/organizations/me/memberships`

List the organizations the caller belongs to, and their role in each.

The caller's own active memberships, not a directory of the deployment's
organizations: this is what an organization switcher renders, and one row
carries ``is_active_organization`` so it can mark the current one. Not to be
confused with ``GET /me/members``, which is the active organization's
roster.

## Query parameters

- `skip` integer — Number of records to skip
- `limit` integer — Maximum number of records to return

## Response `200`

Successful Response

- CallerOrganizationMembershipsPublic
  - `count` integer, required
  - `data` CallerOrganizationMembershipPublic[], required
    - `is_active_organization` boolean
    - `organization` OrganizationPublic, required
      - `created_at` string, date-time, required
      - `created_by_user_id` string, uuid, nullable
      - `id` string, uuid, required
      - `name` string, required
      - `slug` string, required
      - `updated_at` string, date-time, nullable
    - `organization_member_id` string, uuid, required
    - `role` string, required
    - `status` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-25** `ae3e1cd7925a` — 1 info
  - endpoint added
- **2026-08-25** `1725b1abe9a0` — 1 breaking
  - api path removed without deprecation
- **2026-08-24** `6d9979b0b62b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/organizations/me/memberships/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc.dev/mozilla-ai/apis/otari/revisions/80c117c36f36?raw)
