Hi @exchanga,
Welcome back to the Auth0 Community and thank you for your post.
I have tested this on my end and you are able to achieve this with a post-login Action. You can identify the user by either querying event.user.email
or event.user.name
or by any metadata attributes and pass the api.multifactor.enable("none")
method.
Additionally you can also check out this Knowledge Article.
I hope this helped.
Best regards,
Remus