Unlocking Email OTP credentials
You can unlock Email OTP credentials with the UnlockToken API.
Credentials become locked when they exceed the configured number of allowed continuous validation failures. You can unlock users' credentials with the UnlockToken API. You must verify that a user is in possession of their credential before you unlock it. First, verify the user’s identity through some other means, and then request a security code from the user. To check the security code, use the CheckOTP API. If the CheckOTP call succeeds, then make an UnlockToken call.
See also: