---
title: "POST /api/tenants"
method: POST
path: "/api/tenants"
tags: ["Tenants"]
---

# POST /api/tenants

`POST /api/tenants`

## Request body

- Tenant
  - `id` integer
  - `status` 'Active' | 'Inactive'
  - `created` string, date-time
  - `updated` string, date-time
  - `identifier` string, required
  - `culture` string, nullable
  - `calendar` string, nullable
  - `attributes` object, nullable

## Response `201`

Created

- Tenant
  - `id` integer
  - `status` 'Active' | 'Inactive'
  - `created` string, date-time
  - `updated` string, date-time
  - `identifier` string, required
  - `culture` string, nullable
  - `calendar` string, nullable
  - `attributes` object, nullable

## Other responses

- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1.md) · [All operations](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payroll-engine/payroll-engine-backend-api-v1/versions/34e260deaa2c/schema)
