Importing External Users |
|
|
If you have a lot of external users then you can import them from a CSV file.
The import file is expected to be in a specific format:
"Name","Email Address",Mobile/Cell Phone Number", "Pushover Device Name"
For example:
"John Smith","john@[email protected]","1234567890","John_iPhone"
Not all fields need to have data but you still need to include all 4 fields - just make them empty.
For example:
"John Smith","john@[email protected]","",""
|