---
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.

## Changes

- **2026-02-28** `121b726bff12` — 1 warning
  - removed the request property `isAdminGroup`
- **2025-11-06** `e1ebf7514e25` — 1 info
  - endpoint added
- **2023-04-06** `f92abf0d64e8` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/sit-digicre/apis/digicore/changes/group/post.md)

---

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