Use the Dashboard
- Go to Dashboard > Users Management > Users.
- Click on the user whose MFA you want to reset.
- Click on the Actions button on the top right of the screen.
- Select Reset Multi-factor from the dropdown. Admins will also see a Reset MFA link at the bottom of the Multi-Factor Authentication tab of the User Details page if the user is already enrolled in MFA. Both these methods function the same way. There will be a pop-up box to confirm your decision.
- Click Yes, reset it to reset the user’s MFA.
Use the Management API
As an admin, you can also use the to delete a user’s MFA enrollment usingDELETE
/api/v2/users/{id}/authentication-methods
. If the user has more than one enrollment, you will need to repeat the process for each enrollment.