Reseting Password through Management API when MFA is ON

We have a custom UI for users to reset passwords. That UI hits our API which then calls the Auth0 Management API to update the user with the new password. I have MFA turned ON, and I am getting back an error: Multifactor authentication required. Not sure how MFA is required when using Management API. How should one proceed?

Hi @MikeP

How are you getting the access token for the management API?

John

The user already has it from the login page, they are trying to reset password when logged into the application.