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

# List Organization Groups

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

List the org's groups the caller can ``data_reader`` on.

## Path parameters

- `org_id` string, required

## Response `200`

Successful Response

- PlatformGroupsListResponse — List envelope for groups under an organization.
  - `items` PlatformGroup[]
    - `id` string, required
    - `organizationId` string, required
    - `organizationName` string, nullable
    - `displayName` string, nullable
    - `description` string, nullable
    - `memberCount` integer
    - `isAllMembers` boolean
    - `fgaSyncStatus` string
    - `fgaLastError` string, nullable
    - `fgaLastReconciledAt` string, date-time, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, 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)
