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

# Create Group

`POST /groups`

Creates a new group.
### Authorization Required:
  - Designer Administrator

## Request body

- GroupPost
  - `name` string, required
  - `description` string
  - `type` 'role_descendents' | 'own_role_and_descendents' | 'ignore_role', required — See Group Administration screen for definitions

## Response `201`

Group created

- Group
  - `name` string
  - `description` string
  - `type` 'role_descendents' | 'own_role_and_descendents' | 'ignore_role' — See Group Administration screen for definitions

## Other responses

- `default` — Error

---

[API](https://skmtc.net/unqork/apis/unqork-customer-api.md) · [All operations](https://skmtc.net/unqork/apis/unqork-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unqork/unqork-customer-api/revisions/112399a67ebb/schema)
