---
title: "GET /v1/orgs — list organizations the authenticated user belongs to."
method: GET
path: "/v1/orgs"
tags: ["organizations"]
---

# GET /v1/orgs — list organizations the authenticated user belongs to.

`GET /v1/orgs`

## Response `200`

User's organizations

- OrgWithRole[]
  - `created_at` string, date-time, required
  - `id` string, uuid, required
  - `mfa_required` boolean, required
  - `name` string, required
  - `role` 'owner' | 'admin' | 'member' | 'viewer', required — Organization membership role.
  - `slug` string, required
  - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/microsandbox/apis/microsandbox-api.md) · [All operations](https://skmtc.dev/microsandbox/apis/microsandbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/microsandbox/microsandbox-api/revisions/23f2a45cb09b/schema)
