sdm admin users add

Last modified on November 3, 2023

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 command produces example --file or --stdin input:

[
	{
		"firstName": "",
		"lastName": "",
		"email": "",
		"tags": ""
	}
]