The ChangePasswordActor, which uses the changePassword actor-chain, is used to change the password of the agent. This actor is located at /atg/svc/ui/formhandlers/ChangePasswordActor.

Parameter

Description

newPassword

The new password of the agent.

oldPassword

The agent’s old password.

confirmPassword

Confirmation of the new password to be set for the agent.

Change Agent Password Example
curl -L -v -c agent_cookies.txt -H "Content-Type: application/json" -d
"{ \"oldPassword\" : \"passwordOne\" , \"newPassword\" : \"passwordTwo\",
\"confirmPassword\" : \"passwordTwo\" }" "http://localhost:8181/rest/model/
atg/svc/ui/formhandlers/ChangePasswordActor/changePassword"

Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices