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

# List user organizations

`GET /orgs`

Returns all organizations the authenticated user is a member of, with their role in each.

## Response `200`

User organizations list

- object
  - `data` object[], required
    - `id` string, required
    - `name` string, required
    - `slug` string, required
    - `role` string, required

## Other responses

- `401` — Unauthorized

## Changes

> 7 revisions in range; 1 could not be searched.

- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `listOrgs` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/orgs/get.md)

---

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