---
title: "Create group"
method: POST
path: "/api/v1/groups"
tags: ["Groups"]
---

# Create group

`POST /api/v1/groups`

## Headers

- `Content-Type` string, required

## Request body

- object
  - `data` object
    - `type` string
    - `attributes` object
      - `name` string
      - `group_type_id` string — corresponds to the id of the group type for the given group

## Response `201`

group successfully created

---

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