---
title: "Create a division"
method: POST
path: "/divisions"
tags: ["Divisions"]
---

# Create a division

`POST /divisions`

## Request body

- object
  - `name` string

## Response `201`

Created

- Division
  - `id` integer
  - `name` string

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/versions/ff612e61a4c3/schema)
