---
title: "Create Group"
method: POST
path: "/api/v3.0/orgs/{orgUuid}/groups"
tags: ["Administration - Groups"]
---

# Create Group

`POST /api/v3.0/orgs/{orgUuid}/groups`

Creates a new group for an organization

## Path parameters

- `orgUuid` string, required

## Request body

- CreateGroupRequestDTO
  - `name` string, required
  - `description` string, required

## Response `200`

OK

- DWRResponseV3GroupDTO
  - `supportToken` string
  - `response` GroupDTO
    - `uuid` string
    - `name` string
    - `description` string
    - `userCount` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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