---
title: "Create department"
method: POST
path: "/v2/departments"
tags: ["Departments"]
---

# Create department

`POST /v2/departments`

This endpoint creates a new department

## Headers

- `Idempotency-Key` string, nullable

## Request body

- CreateDepartmentRequest
  - `name` string, required — Name of the department
  - `description` string, nullable — Description of the department

## Response `200`

createDepartment 200 response

- DepartmentResponse
  - `id` string, required
  - `name` string, required — Name of the department
  - `description` string, nullable — Description of the department

---

[API](https://skmtc.net/brex-com/apis/team-api.md) · [All operations](https://skmtc.net/brex-com/apis/team-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/team-api/revisions/58e231ca118e/schema)
