---
title: "Get group information"
method: GET
path: "/api/ldap/group"
tags: ["Group Management"]
---

# Get group information

`GET /api/ldap/group`

Retrieve detailed information for a specific LDAP group including members

## Query parameters

- `group` string, required

## Response `200`

Successfully retrieved group information

- object
  - `success` boolean
  - `message` object
    - `group_dn` string — LDAP Distinguished Name of the group
    - `members` string[] — List of group members

## Other responses

- `203` — Group not found
- `400` — Missing required parameter

---

[API](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/versions/6db97cead8df/schema)
