Skip to main content
Version: 2.0.0

tdk user create

Create a new user

tdk user create \
--name admin \
--full-name Jane Smith \
--email admin@example.com \
--password tabsdata \
--disabled
FlagTypeRequiredDescription
--name, -nstringRequiredName of the user to create.
--full-name, -fstringRequiredFull name of the user.
--email, -estringRequiredEmail of the user.
--password, -pstringOptionalPassword for the user. Will be prompted for it if not provided.
--disabledflagOptionalDisable the user.