---
title: "Create a location"
method: POST
path: "/locations"
tags: ["Locations"]
---

# Create a location

`POST /locations`

## Request body

- object
  - `name` string, required
  - `time_zone` string

## Response `200`

OK

- Location — Location model
  - `id` string, required
  - `name` string, required — Name of the location

---

[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)
