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)

Example: my-organization
CreateTenantDto
{
"name": "My Organization",
"slug": "my-organization"
}