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”:{}}