Tenants

Create tenant

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

post/tenants

Request body

tenantTypeTenantType required— unresolved $ref
namestring required
descriptionstring
organizationPartyIdstring uuid

Optionally link to an existing party. If not provided, one will be created.

Response

Tenant created.

TenantDetail required— unresolved $ref

Changes