---
title: "Get Group Detail"
method: GET
path: "/api/platform/groups/{group_id}"
tags: ["platform"]
---

# Get Group Detail

`GET /api/platform/groups/{group_id}`

Get full group detail including human users, service accounts, and nested groups.

## Path parameters

- `group_id` string, required

## Response `200`

Successful Response

- PlatformGroupDetail — Full group detail with members.
  - `id` string, required
  - `organizationId` string, required
  - `organizationName` string, nullable
  - `displayName` string, nullable
  - `description` string, nullable
  - `members` PlatformGroupMember[]
    - `userId` string, required
    - `kind` 'user' | 'service_account' | 'group'
    - `name` string, nullable
    - `email` string, nullable
    - `picture` string, nullable
    - `organizationId` string, nullable
    - `organizationName` 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)
