---
title: "Lista organizações do usuário autenticado"
method: GET
path: "/auth/me/organizations"
tags: ["auth"]
---

# Lista organizações do usuário autenticado

`GET /auth/me/organizations`

Lê membership do usuário em todas as orgs. A org primária está incluída
pelo backfill V117 — se por algum motivo faltar, é adicionada no topo.

## Response `200`

Lista de organizações

- OrganizationListResponse
  - `data` OrganizationItem[], required
    - `id` string, uuid, required
    - `slug` string, nullable
    - `name` string, required
    - `role` 'OWNER' | 'MEMBER', required
    - `mode` 'live' | 'test', required

## Other responses

- `401` — Token ausente ou inválido

---

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