---
title: "Create a position"
method: POST
path: "/positions"
tags: ["Positions"]
---

# Create a position

`POST /positions`

## Request body

- object
  - `name` string

## Response `201`

Created

- Position
  - `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/revisions/ff612e61a4c3/schema)
