---
title: "Creates department"
method: POST
path: "/configuration/departments"
tags: ["configuration"]
---

# Creates department

`POST /configuration/departments`

## Request body

- Department
  - `id` string
  - `label` string, required
  - `description` string

## Response `201`

Created department

- Department
  - `id` string
  - `label` string, required
  - `description` string

## Other responses

- `400` — With code **DEPARTMENT_LABEL_NOT_UNIQUE** when department with given label already exists
- `403` — Forbidden to access the resource, check your authorisation and rights.

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
