---
title: "List Scope Groups"
method: GET
path: "/api/platform/scopes/{scope_kind}/{scope_id}/groups"
tags: ["scope-principals"]
---

# List Scope Groups

`GET /api/platform/scopes/{scope_kind}/{scope_id}/groups`

List groups for organizations with reader access on a portfolio/account scope.

## Path parameters

- `scope_kind` string, required
- `scope_id` string, required

## Response `200`

Successful Response

- ScopeGroupsResponse — Groups tab payload for portfolio/account scope detail views.
  - `groups` 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
  - `readerOrganizations` ScopeReaderOrganization[]
    - `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)
