Import users

1. Make a list of user accounts

You'll need to create a CSV (comma separated value) file with the user account information. You can use Microsoft Excel or Google Docs to create a table and export it as CSV.

Your CSV file must include a header, that defines the fields in your table. The headers should be: username, pass, email, full_name, job_title, channels, contacts. Fields order doesn't matter but the file must include at least username and pass columns. Channels and contacts are semicolon-separated lists of channels and contacts for the user.

Example:

ABCDEFG
1usernamepassemailfull_namejob_titlechannelscontacts
2johnsecretjohn@company.comJohn SmithHV EngineerEveryone;Engineeringadmin
3marysecretmary@company.comMary BrownAC EngineerEveryone;Engineering
4contractor1QRAFDg12Eng ContractorEngineering

2. Configure import behavior

Update existing users with new data from the CSV file

3. Upload list of user accounts in CSV format,

Click Upload button below, select file and specify update options.