TenantCreateRequest
Request DTO for creating a new tenant organization
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the tenant organization |
The name of the tenant organization | ||
| inviteCode | string | Optional invite code (if the tenant is being created via invitation) |
Optional invite code (if the tenant is being created via invitation) | ||
JSON Example
{
"name": "string",
"inviteCode": "string"
}