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

# List Organizations For Picker

`GET /api/platform/groups/organizations`

Searchable organization listing for principal and member pickers.

Gated like ``GET /api/platform/groups`` so operators who can search groups
in access pickers can search organizations too without members-module access.
Rows are scoped to organizations tied to groups the caller can ``data_reader``
on, so delegates only see their own orgs while dock operators see all.

## Query parameters

- `page` integer
- `per_page` integer
- `q` string

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