Skip to content

App signs up users from CSV file. Available only for users with admin permissions or in Enterprise Edition

Notifications You must be signed in to change notification settings

supervisely-ecosystem/create-users-from-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Users from CSV

OverviewPreparationHow To RunHow To Use

GitHub release (latest SemVer) views runs

Overview

App creates users using public API and available only for admin users and users with admin permission.

Preparation

  1. Create a .csv file with usernames and passwords
  2. .csv file must contain only 2 columns: user and password, all elements must be separated with ,
  3. Here's the example of how your .csv file should look like:
user,password
user1, 123aaa
user2, 321bbb
user3, 777ccc
user4, 444ttt
user5, 555555
  1. Drag and drop this file to Team Files

How To Run

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.

About

App signs up users from CSV file. Available only for users with admin permissions or in Enterprise Edition

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages