Skip to main content
Version: Next

CreateTenantDto

namestringrequired

Display name of the tenant

Example: My Organization
slugstringrequired

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-organization
CreateTenantDto
{
"name": "My Organization",
"slug": "my-organization"
}