Change password via API with Email and Password params

Hi we have a reset password in our website with old password, new and confirm new password.

Now we also want to reset password in auth0 when they hit the reset password. Now the API Available is to send an email only for password change. Authentication API Explorer

Hi,

I think you can also include an API call to the Management API to directly change your Auth0 user’s password : Change Users’ Passwords (auth0.com).
Hope I helped.

2 Likes

Hi I am trying to use change password https://auth0.com/docs/api/authentication#change-password , but I couldn’t find it from auth API docs here , I only see reset password AuthAPI - auth0 2.10.1 javadoc . Why is that so . Also , I am trying to hit the change password from postman , getting this error . I am using my domain as well , but getting this error
![Screenshot 2024-02-27 at 7.31.31 PM|690x331] POST https://auth0.something.domain/dbconnections/change_password?connection=Username-Password-Authentication&email=something@gmail.com

Error: getaddrinfo ENOTFOUND auth0.something.domain(upload://mwjJzONNz8BzKD9mFADp416hVZ2.png) Do I need any authentication? or token and which environment should I be connecting to