Versions Compared

Key

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

...

  • IdentifierFields (Mandatory): used to uniquely identify a user (i.e. OrgLoginId, login email address). Currently it supports one identifier field.

  • Critical field which needs data validation and would stop processing the whole user if it contained invalid data (skip user). Continue with any other users though.

  • Regular fieldswould not stop a user from being processed. If a regular field contained invalid data, the field would not be updated/set. The remaining user fields would be updated if their data was OK. Any not processed regular field should be reported on: ‘Partial' user import mode may allow to create user with invalid regular fields. In case of 'Full’ import mode it would stop any user to be imported if there is any invalid regular field(s).

  • Password fields used for password creation only.

...