---
title: "List User Organizations"
method: GET
path: "/v1/me/orgs"
tags: ["Profile"]
---

# List User Organizations

`GET /v1/me/orgs`

Returns a list of organizations the authenticated user belongs to.

## Response `200`

A list of organizations with roles

- object
  - `organizations` OrganizationWithRole[]
    - `id` string, uuid, required
    - `name` string, required
    - `role` 'ADMIN' | 'MEMBER', required
    - `created_at` string, date-time, required

## Other responses

- `401` — Unauthorized

---

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