---
title: "Get group details"
method: GET
path: "/v2/groups/{groupId}"
tags: ["Groups"]
---

# Get group details

`GET /v2/groups/{groupId}`

Retrieve detailed information about a specific group

## Path parameters

- `groupId` string, required

## Response `200`

Successfully retrieved group details

- GroupDto — User group information
  - `created_at` string, date-time — Group creation date
  - `display_name` string — Group name
  - `id` string — Unique identifier for the group
  - `last_refresh_at` string, date-time — Group membership last updated date (can be null if initial membership calculation is still in progress)
  - `status` 'ACTIVE' | 'ARCHIVED' — Group status
  - `type` 'GENERAL' | 'NEW_HIRE' | 'REMEDIATION' — Group type

## Other responses

- `401` — Unauthorized - Invalid or missing authentication token
- `404` — Group not found
- `500` — Internal server error

---

[API](https://skmtc.dev/adaptivesecurity/apis/adaptive-api.md) · [All operations](https://skmtc.dev/adaptivesecurity/apis/adaptive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adaptivesecurity/adaptive-api/revisions/aaa99c15ecc7/schema)
