User Totp-Reset
SYNOPSIS
parsec-cli user totp-reset [–send-email] [-h|–help] <-o|–organization> <-t|–token> <-a|–addr> <–user-id|–user-email>
DESCRIPTION
Reset TOTP (aka MFA, Multi-Factor Authentication) for a user (administration command)
OPTIONS
- -o, –organization <ORGANIZATION>
Organization ID
May also be specified with the PARSEC_ORGANIZATION_ID environment variable.
- -t, –token <TOKEN>
Administration token
May also be specified with the PARSEC_ADMINISTRATION_TOKEN environment variable.
- -a, –addr <ADDR>
Server address (e.g: parsec3://127.0.0.1:6770?no_ssl=true)
May also be specified with the PARSEC_SERVER_ADDR environment variable.
- –user-id <USER_ID>
User ID (hex) of the user to reset TOTP for (mutually exclusive with –user-email)
- –user-email <USER_EMAIL>
Email of the user to reset TOTP for (mutually exclusive with –user-id)
- –send-email
Request the server to send the an email informing the user of the reset
- -h, –help
Print help