---
title: "Create a user group"
method: POST
path: "/app/v1/user_groups"
tags: ["user_groups"]
---

# Create a user group

`POST /app/v1/user_groups`

## Request body

- CreateAndUpdateUserGroupInput
  - `name` string
  - `description` string
  - `group_category_id` string, uuid

## Response `200`

A successful operation

- UserGroup
  - `name` string
  - `description` string
  - `group_category_id` string, uuid
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `created_by` string, uuid
  - `updated_by` string, uuid
  - `id` string, uuid
  - `company_id` string, uuid

---

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