User Importer
The user importer has gone through a few iterations. Currently, there are 2 implementations of the user importer available:
Old User Importer
User Importer (as Integrator)
The Old User Importer
is a dedicated background thread (no integrator/orchestrator) which imports users via csv file.
The pages/dev
command
ImportUsers [orgPath] [filePath] [updateExistingUsers (Optional) (True or False)] [reactivateUsers (Optional) (True or False)]
utilizes the old user importer.
The new user importer User Importer (as Integrator)
is a re-implementation and improved version of the previous user importer. As the name states, it uses the integrator infrastructure (orchestrator) to run.