...
1) Currently the importer assumes that the headers are in the file. TODO update this when this can be flagged.
2) Default Passwords - currrently uses the user guid. force change is true for newly created user unless a password is specified inthe file. Passwords will never update for existing users.
Creating a New User VS Updating an Existing User
The order of priority for finding an existing user is as follows:
1) UserName - Unique, generated by code. Never able to update or change.
2) OrgLoginID - If an OrgLoginID is found, but the email is different; the email could be updated. TODO Clarify and update with logic.
3) Email - If an email is found, but doesn't match the OrgLoginID, an error is generated.
TODO update with Matrix
Custom Integrations and Custom CSV Formats:
...