...
Code Block |
---|
./trifacta_admin_cli.py --admin_username <trifacta_admin_username> --admin_password <trifacta_admin_password> --verbose create_user --user_name joe@example.com --password user_pwd --verbosename "<user_display_name>" |
Parameters
Parameter | Description | Applicable CLI Commands | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
admin_username | Username of the admin account to be used to execute the user admin command. Please specify the full username.
| All | ||||||||||||||||||||
admin_password | Password of the admin account.
| All | ||||||||||||||||||||
verbose | Generate verbose output.
| All | ||||||||||||||||||||
admin_command_type | The type of CLI command to execute. Accepted values:
| All | ||||||||||||||||||||
host | (Optional) The server and port number of the
http://localhost:3005 . Specify a new value if needed.
| All | ||||||||||||||||||||
user_name | Username of the account to be modified. This value is the user ID. It must resolve to a valid, accessible email address. Some features of the platform fail to work correctly with invalid email addresses.
| All | ||||||||||||||||||||
password | Password of the account to be modified.
| All | ||||||||||||||||||||
name | Display name for the user.
| create_user and edit_user if making changes to this parameter. | verbose | Generate verbose output.All | ||||||||||||||||||
disable_ssl_certification | (Optional) When communicating over HTTPS, this setting can be used to override the default behavior of validating the server certificate before executing the command.
| All | ||||||||||||||||||||
disable | (Optional) Put the user in a disabled state. | create_user and edit_user | ||||||||||||||||||||
enable | (Optional) Put the user in an enabled state. Default is to enable the user. | create_user and edit_user | ||||||||||||||||||||
transfer_assets_to | (Optional) When deleting a user, you can optionally transfer all of the user's assets to another user.
| delete_user |
...