---
title: "List the organizations the calling user belongs to (backs the org switcher)."
method: POST
path: "/v1/organizations/list_mine"
tags: ["resource-facade"]
---

# List the organizations the calling user belongs to (backs the org switcher).

`POST /v1/organizations/list_mine`

## Headers

- `x-api-key` string, nullable

## Request body

- ListMyOrganizationsInput — No parameters — the principal identifies the user and active org.

## Response `200`

Successful Response

- ListMyOrganizationsOutput
  - `organizations` OrganizationMembership[], required
    - `id` string, required
    - `name` string, nullable
    - `slug` string, nullable
    - `role` string, nullable
    - `is_current` boolean
  - `current_organization_id` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
