Skip to main content

TenantRequestDto

Request to create or update a tenant within a partner organization.

namestringrequired

Name of the tenant

Possible values: non-empty

Example: KauntTenant
regionstringrequired

The region of the tenant. The region is used to determine the location of the tenant's data.

Possible values: non-empty

Example: EU1_FRANCE
TenantRequestDto
{
"name": "KauntTenant",
"region": "EU1_FRANCE"
}