---
title: "Get Organization"
method: GET
path: "/api/platform/organizations/{org_id}"
tags: ["platform"]
---

# Get Organization

`GET /api/platform/organizations/{org_id}`

Fetch a single organization by Auth0 id, including its groups.

Used by the organization detail page so deep links do not need to page
through the full tenant catalog.

## Path parameters

- `org_id` string, required

## Response `200`

Successful Response

- Organization — A single organization in the connected Auth0 tenant.
  - `id` string, required
  - `name` string, required
  - `displayName` string, nullable
  - `brandingLogoUrl` string, nullable
  - `brandingColorsPrimary` string, nullable
  - `memberCount` integer
  - `groups` OrganizationGroup[]
    - `id` string, required
    - `displayName` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
