Forgot-password
-
I am using "/forgot-password" API for forgot the password, as this API sends an email to reset the password.
But my use case is different I do not want email, through API itself, can I make a call to reset-password?
Or is there any way to reset-password without providing email?
Thanks in advance. -
You can change the password using the User API and updating the user's
password
attribute:https://fusionauth.io/docs/v1/tech/apis/users#update-a-user
Does that help?