Tenants

Add a new tenant

No authorization check

post/api/tenants

Request body

idinteger

The unique object id (immutable)

status'Active' | 'Inactive'

The object status

createdstring date-time

The date which the API object was created (immutable)

updatedstring date-time

The date which the API object was last updated (immutable)

identifierstring required

The unique identifier of the tenant (immutable)

culturestring nullable

The tenant culture name based on RFC 4646 (fallback: system culture)

calendarstring nullable

The tenant calendar (fallback: default calendar)

attributesobject nullable

Custom attributes

Response

Created

idinteger

The unique object id (immutable)

status'Active' | 'Inactive'

The object status

createdstring date-time

The date which the API object was created (immutable)

updatedstring date-time

The date which the API object was last updated (immutable)

identifierstring required

The unique identifier of the tenant (immutable)

culturestring nullable

The tenant culture name based on RFC 4646 (fallback: system culture)

calendarstring nullable

The tenant calendar (fallback: default calendar)

attributesobject nullable

Custom attributes

Changes