---
title: "Create new group"
method: POST
path: "/api/ldap/group"
tags: ["Group Management"]
---

# Create new group

`POST /api/ldap/group`

Create a new LDAP group with optional initial members

## Response `200`

Group created successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Invalid input or missing parameter
- `500` — Backend error during group creation

---

[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)
