Hello @alex.brett
Thanks for your references about password changing method but i want the API for changing or resetting the password
In very simple term when i click on the reset password link in email which i get from the auth0 provider you can see the below image for the reference
I need to redirect it to my custom domain where I can enter the password and change it from the database.
After setting a new password, I need to contact the auth0 API to ensure that the password is correctly changed for that particular person.
My biggest concern was whether it was feasible to change the password this way or not.