---
title: "Create Group"
method: POST
path: "/Groups"
tags: ["Groups Endpoint"]
---

# Create Group

`POST /Groups`

This API creates a group and returns the details of the created group including its unique ID.

 - <b>Scope(Permission) required:</b> ``internal_group_mgt_create``

 - <b>Flow type:</b> Client Credentials OAuth Flow

## Query parameters

- `attributes` string
- `excludedAttributes` string

## Response `201`

Valid group is created

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Group is not found
- `409` — Group already exist

---

[API](https://skmtc.net/ballerina-platform/apis/scim-2-0-api.md) · [All operations](https://skmtc.net/ballerina-platform/apis/scim-2-0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ballerina-platform/scim-2-0-api/versions/7978594f207e/schema)
