Update User Password - Unable to Login After Success

When calling the Update User endpoint using the Management API and passing the password in the body, my response is successful (response code of 200), but when attempting to login using the newly updated password, I am unable to do so successfully. Is the password hashed or something as the password was just plain text in the body of the call?

Hi @darian,

The password you use in the body should be that same you enter in a login box. Can you check your logs in the auth0 dashboard and confirm they are recording a successful operation? I just did a test on a tenant of mine and it is working as expected.

Thanks,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.