Turn off the authenticator-app factor
curl --request POST \
--url https://pria.praxislxp.com/api/user/me/totp/disable \
--header 'Authorization: Bearer <token>'{
"success": true
}User Profile
Turn off the authenticator-app factor
Clears the TOTP secret, pending secret, backup codes, and replay
counter, flips mfaMethod back to email (leaving mfaEnabled to the
user’s choice), and revokes all trusted devices so the next login
re-MFAs. Per the grandfather rule this does NOT invalidate the current
JWT.
POST
/
api
/
user
/
me
/
totp
/
disable
Turn off the authenticator-app factor
curl --request POST \
--url https://pria.praxislxp.com/api/user/me/totp/disable \
--header 'Authorization: Bearer <token>'{
"success": true
}Was this page helpful?
⌘I