I want to reset password user in predix-uaa, but when I call api reset password, I get error 404 status although I work follow predix guide
UAA-API link reference: https://github.com/GESoftware-CF/uaa/blob/master/docs/UAA-APIs.rst#post-password-resets
Url and header for calling api
My request for calling api
I recieve result is 404 status
Answer by Rishabh Tulsian · Nov 14, 2016 at 09:59 AM
Specify the username in the body without the quotes. So it should be jamele
instead of "jamele"
Answer by Rishabh Tulsian · Nov 10, 2016 at 12:02 PM
A 404 means not found, from the screenshot the complete URL is not visible so I can just guess. I am assuming you are not using a correct URL. Post the curl request that returns you a 404