I am trying to change the AEP password through AEP API:
I tried the following from console:
admin@mtcdt:~# curl 127.0.0.1/api/users/admin -X PUT –data ‘{“password”:”mynewpasswd”}’ -H “Content-Type: application/json”
and got reply:
{
“code” : 200,
“status” : “success”
}
But the password didn’t get changed.
I also tried similar commands but no luck.
What’s the right way to change AEP password through API?