---
title: "Create User Group"
method: POST
path: "/account-service/api/groups"
tags: ["User"]
---

# Create User Group

`POST /account-service/api/groups`

## Request body

- GroupCreateRequest
  - `status` 0 | 1, nullable — Status of the group
  - `description` string, required
  - `name` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/privacera/apis/paig-server.md) · [All operations](https://skmtc.net/privacera/apis/paig-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privacera/paig-server/versions/e3d2c30ceace/schema)
