TenantCreateInput

  • tenant_name
    Type: string · Tenant Name
    min length:  
    1
    max length:  
    255
    required

    Tenant name (spaces allowed)

  • package_id
    Type: string · Package Id Pattern: ^package_[a-zA-Z0-9]+$ nullable

    Package HashID. Optional if template_id is provided.

  • template_id
    Type: string · Template Id Pattern: ^tentemplate_[a-zA-Z0-9]+$ nullable

    Tenant creation template HashID. If provided, license_type_id will be resolved from template. Optional if package_id is provided.

  • users
    Type: array object[] · Users …1000

    Initial users for the tenant (optional)

    • email
      Type: string · EmailFormat: email
      required

      User email address

    • first_name
      Type: string · First Name nullable

      User first name

    • last_name
      Type: string · Last Name nullable

      User last name

    • role
      Type: string · Role nullable

      User role in the organization