CreateTenantDto
namestringrequired
Display name of the tenant
Example:
My Organizationslugstringrequired
URL-safe slug (lowercase alphanumeric + hyphens, 1-63 chars)
Possible values: Value must match regular expression ^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?$
Example:
my-organizationCreateTenantDto
{
"name": "My Organization",
"slug": "my-organization"
}