TenantCreateInput
- tenantType: string · Tenant Name
_name min length:1max length:255requiredTenant name (spaces allowed)
- packageType: string · Package Id
_id Pattern: ^package_[a-zA-Z0-9]+$nullablePackage HashID. Optional if template_id is provided.
- templateType: string · Template Id
_id Pattern: ^tentemplate_[a-zA-Z0-9]+$nullableTenant creation template HashID. If provided, license_type_id will be resolved from template. Optional if package_id is provided.
- usersType: array object[] · Users …1000
Initial users for the tenant (optional)
- emailType: string · EmailFormat: emailrequired
User email address
- firstType: string · First Name nullable
_name User first name
- lastType: string · Last Name nullable
_name User last name
- roleType: string · Role nullable
User role in the organization