The only documented way I found to reset a user’s MFA was using the management page from within Auth0:
https://auth0.com/docs/multifactor-authentication/administrator/reset-user
I would like to do it from inside my app. I’d like a behaviour where when a user disables and re-enables it they get to set it up again. Is there such an API available or is this workflow achievable through some other means?