TenantRequestDto
Request to create or update a tenant within a partner organization.
namestringrequired
Name of the tenant
Possible values: non-empty
Example:
KauntTenantregionstringrequired
The region of the tenant. The region is used to determine the location of the tenant's data.
Possible values: non-empty
Example:
EU1_FRANCETenantRequestDto
{
"name": "KauntTenant",
"region": "EU1_FRANCE"
}