Skip to main content
Version: 2.0.0

tdk user update

Update a user by name

tdk user update \
--name admin \
--full-name Jane Smith \
--email admin@example.com \
--password tabsdata \
--enabled enabled-example
FlagTypeRequiredDescription
--name, -nstringRequiredName of the user to update.
--full-name, -fstringOptionalNew full name of the user.
--email, -estringOptionalNew email of the user.
--password, -pstringOptionalNew password for the user.
--enabledstringOptionalIndicate if the user is enabled or disabled