---
title: "List Organizations"
method: GET
path: "/api/platform/organizations"
tags: ["platform"]
---

# List Organizations

`GET /api/platform/organizations`

Paginated, searchable listing of organizations in the connected Auth0 tenant.

## Query parameters

- `page` integer
- `per_page` integer
- `q` string — Case-insensitive partial match on organization id, name, or display name

## Response `200`

Successful Response

- OrganizationsListResponse — Paginated list envelope for :class:`Organization`.
  - `items` Organization[]
    - `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
  - `total` integer
  - `page` integer
  - `perPage` integer

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