Users can be added in bulk to viewer management groups via the two methods below.
Email Only Method
When adding users with the 'Email Only' method, you can simply copy and past a list of comma separated emails into the field, or upload a CSV list of emails.
Email1
Email2
Email3
Each email should be on a separate line.
Example 'Email Only' CSV available here.
Advanced Method
The advanced method of CSV upload allows you to set multiple values to users when you upload them. This includes Email, First Name, Last Name, and optional Password.
The format of the CSV should be as follows.
With password set:
user1@email.com,Fname1,Lname1,Pass1
user2@email.com,Fname2,Lname2,Pass2
user3@email.com,Fname3,Lname3,Pass3
With no password set:
user1@email.com,Fname1,Lname1
user2@email.com,Fname2,Lname2
user3@email.com,Fname3,Lname3
Each user should be on a separate row.
Example 'Advanced' CSV with password being set available here.
Example 'Advanced' CSV with NO password being set available here.
Troubleshooting
If you're using Microsoft Excel, be sure to selected CSV (Comma delimited) (*.csv) type when creating/converting a CSV file.