Constantly getting statusCode 401 on password change
-
I can't figure out why am I getting the error, it works with login, do we pass the API key id or the secret value:
Here is how I'm trying to change the password:
...req.body, applicationId: config.APP_ID, })``` In the body I have `password` and `currentPassword` and `loginId`. Also, the API key permission for the change is given.
-
Can you please provide:
- what version of FusionAuth you are using
- an example of the code you are calling to do this action and the response you are seeing
- what FusionAuth documentation, if any, you're referencing
Thanks!