sdm admin users add
NAME:sdm admin users add - add a new userUSAGE: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,...'
Additional Information
The --template
command produces example --file
or --stdin
input:
[{"firstName": "","lastName": "","email": "","tags": ""}]