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

# Create Group

`POST /api/v1/groups`

Creates a group with the supplied name.

## Request body

- object
  - `name` string, required — The name of the group to be created.

## Response `200`

Created

- object
  - `id` integer, required — The ID of the group created from this request.

## Other responses

- `400` — There was a problem with the request
- `401` — There was a problem with the request
- `403` — Invalid token or API is not enabled
- `429` — Rate limited - wait a few seconds and try again
- `500` — Server error
- `503` — Server error
- `504` — Server error

---

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