Hi,
I've been able to change password for self via rest API call but unable to change password for others. I get the below error:
{
URL
https:/dev.com/sspr/public/rest/setpassword
BODY
{"username":"cn=ab1124,ou=user,o=data","password":"abc12345"}
I can't figure out what kind of permissions the message is asking me to check when I use the 'username' parameter in Postman.
Any help will be appreciated.