...
"System.Customer.UserImportFilePath" -- Mandatory attribute for thread. Used to specify the path that will be used by the User Importer Background Thread when searching for a file. NOTE: This must be an empty folder with no sub folders
"System.Customer.UserImportBackupFilePath" – Mandatory attribute for thread. This is the folder that files are backed up in. Files in the ImportFilePath folder are deleted after they are process. The Back up folder is cleaned out files of a certain age (configured in the app.settings) by the UserImporter thread. NOTE: This must be an empty folder with no sub folders as this folder is cleaned out (emptied) by the thread at regular intervals.
"System.Customer.UserImportEmailNotificationContacts" - Mandatory attribute for thread. This is the email address(es) that the User Import reports successes and failures to. Comma (',') delimited.
...