HI
API V1/customers/password
Magento 2, Forget password is not working,
currently we get below issues
We pass the parameter to vendor/magento/module-customer.
We can print email (parameter)in changeResetPasswordLinkToken.
we created new token and stored to customer registry but we have an problem while saving the customer. $this->customerRepository->save($customer);
but same functionality is working fine when we click reset password in backend. we used same functionality but we could n’t get any response while calling the API.
Any one , Please check and let us know
Hello @sankar_g
you can check below link for same
https://stackoverflow.com/questions/40173191/forgot-password-api-is-not-working-in-magento-2-x
hope it will help you, if works then mark as solution.