---
title: "Get active organization"
method: GET
path: "/v1/org"
tags: ["Organizations"]
---

# Get active organization

`GET /v1/org`

Returns the active organization from the current session, including its owner, the current member record, and their team memberships.

## Query parameters

- `refreshRoles` 'true' | 'false'

## Response `200`

Organization context returned successfully.

- OrganizationContextResponse
  - `organization` object, required
    - `owner` OrganizationOwner
      - `memberId` string, typeid, required — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
      - `userId` string, typeid, required — Den TypeID with 'usr_' prefix and a 26-character base32 suffix.
      - `name` string, nullable, required
      - `email` string, email, nullable, required
      - `image` string, nullable
  - `currentMember` object, required
  - `currentMemberTeams` object[], required

## Other responses

- `401` — The caller must be signed in to load organization context.
- `404` — The organization could not be found.

---

[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)
