---
title: "Lookup Groups"
method: POST
path: "/api/platform/groups/lookup"
tags: ["platform"]
---

# Lookup Groups

`POST /api/platform/groups/lookup`

Resolve group metadata for ids referenced outside the paginated listing.

Filtered to the groups the caller has ``data_reader`` on so a delegate
can't probe membership of groups they cannot otherwise see.

## Request body

- GroupsLookupRequest — Batch metadata lookup for group ids referenced elsewhere in the UI.
  - `groupIds` string[]

## Response `200`

Successful Response

- GroupsLookupResponse — Resolved group rows keyed by the ``id`` values in the request.
  - `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)
