App signs up users from CSV file. Available only for users with admin permissions or in Enterprise Edition
App creates users using public API and available only for admin users and users with admin permission.
.csv
file with usernames
and passwords
.csv
file must contain only 2 columns: user
and password
, all elements must be separated with ,
Here’s the example of how your .csv
file should look like:
user,password
user1, 123aaa
user2, 321bbb
user3, 777ccc
user4, 444ttt
user5, 555555
Drag and drop this file to Team Files
Step 1: Add app to your team from Ecosystem if it is not there. Application will be added to Current Team
->PLugins & Apps
page.
Step 2: Go to Current Team
->Files
page, right-click on your .csv file
and choose Run App
->Create users from CSV
.
Note: To open log go to Current Team
->PLugins & Apps
page.
Note: In app log you will see created users, or a warning message if user already exists.
Note: App shuts down automatically on finish. Or you can stop it manually from app settings page.