API Docs / Schemas / TenantCreateRequest

TenantCreateRequest

Request DTO for creating a new tenant organization

Properties

Name Type Description
namestring

The name of the tenant organization

The name of the tenant organization

inviteCodestring

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"
}

Used By Operations