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

# Create tenant

`POST /tenants`

Creates a new tenant. If organizationPartyId is not provided,
a new Party (organization) will be automatically created.

## Request body

- TenantCreateRequest
  - `tenantType` TenantType, required — unresolved $ref
  - `name` string, required
  - `description` string
  - `organizationPartyId` string, uuid — Optionally link to an existing party. If not provided, one will be created.

## Response `201`

Tenant created.

- TenantDetail — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `409` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/user-manager-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/user-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/user-manager-api/revisions/6d47be2a94e0/schema)
