sdm admin users add
Last modified on October 2, 2024
On this page
NAME:
sdm admin users add - add a new user
USAGE:
sdm admin users add [command options] <firstname> <lastname> <email>
OPTIONS:
--template, -t display a JSON template
--file value, -f value load users from JSON file
--stdin, -i load from stdin
--csv, -c parses the input in CSV format (firstName,secondName,email)
--tags value tags e.g. 'key=value,...'
--timeout value set time limit for command
Additional Information
The --template
option produces example --file
or --stdin
input:
[
{
"firstName": "",
"lastName": "",
"email": "",
"tags": ""
}
]