---
title: "Retrieve Group details"
method: GET
path: "/v1/groups/{id}"
tags: ["Groups API"]
---

# Retrieve Group details

`GET /v1/groups/{id}`

Use this endpoint to get detailed information about a specific group using its unique identifier.

## Path parameters

- `id` string, required

## Response `200`

The information related to the specific group.

- GroupResponse — Information of the group configured in the system, along with its metadata and assigned users.
  - `createdAt` string — Timestamp of when the group was created.
  - `id` string — Unique identifier of the group.
  - `name` string — Display name of the group.
  - `users` string[] — List of users assigned to the group.

## Other responses

- `400`
- `404`
- `500`

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
