
DeepakS.85664 (Customer) asked a question.
Change password API, post call asking 405 Method not allowed
http://dev-84743839.okta.com/api/v1/users/0oa4tqfxtp7Z1GBXH5d7/credentials/change_password
used_Method: POST
{
"oldPassword" : "Tx",
"newPassword" : "Txx"
}

Hi @DeepakS.85664 (Customer),
Thank you for posting on the Okta community page!
I have done some research on my end and I have managed to find the bellow documentation about changing the user password through APIs:
I hope the above information is helpful!
Thanks, This helped me, it is to reset password. Also trying to change password using oldPassword. i tried below getting 404 not found
https://dev-84743839.okta.com/api/v1/users/xxxxxx/credentials/change_password
-H Authorization SSWS XXX
-d Body
{
"oldPassword" :{"value": "Test@xx"},
"newPassword" :{ "value":"Test@x"}
}