---
title: "POST /group"
method: POST
path: "/group"
tags: ["group"]
---

# POST /group

`POST /group`

Create new group

## Request body

- ReqPostGroup
  - `name` string, required
  - `description` string, required
  - `joinable` boolean, required

## Response `200`

Success create group

- ResPostGroup
  - `groupId` string, required
  - `name` string, required
  - `description` string, required
  - `joinable` boolean, required
  - `userCount` integer, required

## Other responses

- `400` — Validation error, etc.
- `403` — Authentication error, etc.
- `500` — System error, etc.

---

[API](https://skmtc.net/sit-digicre/apis/digicore.md) · [All operations](https://skmtc.net/sit-digicre/apis/digicore/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sit-digicre/digicore/versions/6576c966d74e/schema)
