AdminCreateTenantsInput
- tenantsType: array object[] · Tenants 1…100required
List of tenants to create
- 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)