js-importusers |
Top Previous Next |
The js-importusers command may be used to perform bulk import of users stored in CSV file format.
Usage: js-importusers [-options]
Options:
[-file <file>] configuration file -d <name> the domain name -f <path> file to import [-csv | -json] file format option; default: -csv -t <name> an account template -s skip bad lines [-o] overwrite existing accounts [-db | -api] database or API access flag; default: -api -h display this help menu
If js-importusers command is run without options then user will be prompted for necessary information.
File Format
Import file should be plain text with comma separated values and each user on a new line. Non-required fields may be omitted.
Example
John Smith,jsmith,secret,C:\users\jsmith,jsmith@domain.tx,Administrators
|