---
title: "Create new tenant"
method: POST
path: "/tenants/"
tags: ["Tenants"]
---

# Create new tenant

`POST /tenants/`

## Request body

- ModelsTenant
  - `description` string
  - `hash` string, required
  - `id` integer
  - `status` 'active' | 'blocked', required

## Response `201`

tenant created successful

- object
  - `data` object
    - `description` string
    - `hash` string, required
    - `id` integer
    - `status` 'active' | 'blocked', required
  - `status` string

## Other responses

- `400` — invalid tenant request data
- `403` — creating tenant not permitted
- `500` — internal error on creating tenant

---

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