Skip to main content

FinalizeRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/FinalizeRequestBody.json
allowAdditionalInternalTenantsboolean | nullnullablerequired

true → manual provisioning mode (more Tier-1 tenants may be created later), false → single mode

tenantNamestringrequired

Initial Tier-1 organization name

Possible values: non-empty and <= 120 characters

tenantSlugstringrequired

URL slug for the initial Tier-1 organization

Possible values: non-empty and <= 48 characters, Value must match regular expression ^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$

FinalizeRequestBody
{
"$schema": "https://example.com/schemas/FinalizeRequestBody.json",
"allowAdditionalInternalTenants": true,
"tenantName": "string",
"tenantSlug": "string"
}