---
title: "Create Department"
method: POST
path: "/v1/employers/{employerId}/departments"
tags: ["Departments"]
---

# Create Department

`POST /v1/employers/{employerId}/departments`

Create a new department for an employer.

## Path parameters

- `employerId` string, required

## Request body

- object
  - `name` string, required

## Response `201`

Default Response

- object
  - `success` boolean, required
  - `departmentId` string, required
  - `message` string, required

## Other responses

- `400` — Error response
- `401` — Error response
- `403` — Error response
- `409` — Error response
- `500` — Error response

---

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