Change Password
The following is an example REST/JSON to change the password through API:
POST c HTTP/1.0
Content-Type: application/json
Content-Length: <num>
{
"id":"user",
"pwd":"password",
"newPwd":"newpassword"
}
A response similar to the following is issued by TSSRegistry™ to the user on success:
{
"status": "Password is successfully updated"
}
The following table describes the possible response HTTP status codes.