Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All the values inside the PasswordFormat will be concatenated for password. If IsField=true, that means it will get the value provided in the csv (Also can be modified in previous activities), Otherwise whatever the value provided in the configuration value property it will consider that.

...

Thresholds This configuration is designed to monitor various user import related operations and to take different actions based on the configuration if certain thresholds are exceeded ,(greater).

Action Can be 3 different types (GenerateWarning, StopImport or None):

  • GenerateWarning: If the configured threshold exceeds it only generates warning using mail but doesn’t stop import.

  • StopImport:: If the configured threshold exceeds it stops import immediately.

  • None: If the configured threshold exceeds it only logs (log file) the issue but doesn’t stop import.

Possible Threshold Names are:

  • MaxUsersPerImport

  • MaxDeactivateUsers

  • MaxNewUsers

  • MaxOrgProfileValueUpdates

  • MaxReactivateUsers

  • MaxInvalidUsers

User Importer Configuration

...

Code Block
languagejs
  "UserImporterConfiguration": {
    "BatchSize": "400"
  }

BatchSize (Mandatory): It defines how many users will be processed at a timewithin one transaction - used for performance tuning only.