---
title: "List Organizations"
method: GET
path: "/v1/users/me/organizations"
tags: ["beta.users"]
---

# List Organizations

`GET /v1/users/me/organizations`

List every organization the authenticated user is a member of.

Identity-only: the caller need not have selected an organization, so this
reads only the user and never scopes by the active org.

## Query parameters

- `offset` integer — Number of organizations to skip before returning results.
- `limit` integer — Maximum number of organizations to return.

## Response `200`

OK

- ListOrganizationsResponse
  - `organizations` UserOrganization[], required — The organizations the authenticated user is a member of.
    - `id` string, required — The organization's unique identifier.
    - `name` string, required — The organization's display name.

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/61436a496404/schema)
