post https://example.my.idaptive.app/UserMgmt/ChangeUserPassword
- Use this API to let users change their passwords once they’ve authenticated to CyberArk Identity in the portal.
- Only system administrators, users with user management rights, or the user itself can invoke this API.
- This API allows a password to be reset after the user has authenticated itself.
- Pass the oldPassword and newPassword in the JSON body.
- Note that when you change a password via this API, the password change must comply with the CyberArk Identity directory’s password policy for the user.
- Password must be at least 8 characters long, not be longer than 64 characters, contain at least one digit, have at least one upper and one lower case letter.