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

packageCodestring

The code of the package/plan to assign to this tenant

The code of the package/plan to assign to this tenant

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",
  "packageCode": "string",
  "inviteCode": "string"
}

Used By Operations