User Service Password Reset

Hi,
I’m following the documentation for the reset password and sending the below, substituting the appid and restkey with my real ones, and putting in an email of a user that actually exists, but i get the same response below regardless of the format of the a@b.com part i send. the ‘email’ field in my users table is the identity field of the user. Could you advise what the correct format of this needs to be?
I tried send the objectId as well instead of the email but same response.

https://api.backendless.com/appid/restkey/users/restorepassord/a@b.com

https://api.backendless.com/appid/restkey/users/restorepassord/a%40b.com

{“code”:8002,“message”:“Could not parse request with message: , status code 404, headers GET /appid/restkey/users/restorepassord/a@b.com”,“errorData”:{}}

Hi Paul,

The URLs you shared are missing the letter “w” in the word restorepassword.

Regards,
Mark

Thats embarrassing!
Just needed another set of eyes on it, thanks :slight_smile:

No problem. Glad we were able to resolve it. :slight_smile:

Happy coding with Backendless!