---
title: "Create skill group"
method: POST
path: "/skill-groups"
tags: ["User Skill Groups"]
---

# Create skill group

`POST /skill-groups`

The Create skill group allows you to create a new skill group from scratch. You should send all the relevant fields in the request body.

## Request body

- object
  - `description` string
  - `name` string

## Response `201`

Successful operation

- object
  - `skillGroup` object
    - `description` string
    - `id` string
    - `name` string
    - `userIds` string[]

## Other responses

- `404` — Error 1 / Error 2 / Error 3

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
