Hi,
I need to implement reset authenticator functionality via API calls to the User (or other API) such as I get the same effect as via the Okta console depicted in the Youtube here: Reset multifactor authentication for users | Okta Identity Engine
Looking at the Authenticator API in the User API - User Authenticator Enrollments - there is no reset functionality. I am intending to experiment with API calls to
-
list a user’s current authenticators
-
delete one of them
-
creating a new authenticator which matches the old one
Is there a better way to do reset an authenticator via the API?
Thanks.