Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.
SOLVED

How can I reset a user account programmatically through CLI ?

I know I can do it as an admin by logging into the UI, is there a way I can do it either through REST API or CLI ?

2 REPLIES 2
Trifacta_Alumni
Alteryx Alumni (Retired)

It is possible to reset a user account through the CLI. Please enter the following command,

  • /opt/trifacta/bin/trifacta_admin_cli.py --admin_username <Admin_Username> --admin_password <Admin_Password> get_password_reset_url --user_name  <User_Username_To_Reset>

 

For more details, please refer to the CLI for User Admin section of the Trifacta Developer Guide.

Awesome, thanks Gina