---
title: "List user organizations"
method: GET
path: "/v1/organizations"
tags: ["Organizations"]
---

# List user organizations

`GET /v1/organizations`

Returns all organizations the authenticated user is a member of, including their role in each organization

## Response `200`

List of organizations

- object — List of organizations
  - `organizations` object[]
    - `id` string, required — Organization ID
    - `name` string, required — Organization name
    - `role` string, required — User's role in the organization

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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