---
title: "List current user's organizations"
method: GET
path: "/v1/me/orgs"
tags: ["Users"]
---

# List current user's organizations

`GET /v1/me/orgs`

Lists the organizations visible to the current user and marks which organization is currently active.

## Response `200`

Current user organizations returned successfully.

- CurrentUserOrganizationsResponse
  - `orgs` object[], required
    - `id` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
    - `isActive` boolean, required
  - `activeOrgId` string, typeid, nullable, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
  - `activeOrgSlug` string, nullable, required

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
