dt user add
Overview
Add a new user
Synopsis
dt user add [OPTIONS] <username>
Options
-
-f,--first-name=<first-name>
First name of the new user -
-l,--last-name=<last-name>
Last name of the new user -
-P,--password=<password>
Password of the new user -
-g,--groups=<groups>
Comma separated list of groups to add the user to -
-u,--users-can-mimic=<users-can-mimic>
Comma separated list of users allowed to use run_as on this user -
-e,--email=<email>
Email of the new user -
-s,--system
Create a system user (non interactive user) -
-J,--json-enrichened
Output a newly created entity in JSON format
Arguments
username(required)
Type:String
Name of the user
Examples
Add a user named 'john'
dt user add -f John -l Doe -g developers -e john.doe@datatailr.com john
Add a system user named 'jack'
dt user add -s jack
SEE ALSO
← Back to dt user