Path: / {BASE} / user / me / passwd

Update/change the password for the current user.


Method Summary
ResourceDescription
POST /{BASE}/user/me/passwdUpdate/change the password for the current user.

Method Detail
HTTP Example:
POST /{BASE}/user/me/passwd

newPasswd=…&oldPasswd=…
API Example:

UserWebService.passwd({'newPasswd': /* newPwd the new password */,
  'oldPasswd': /* oldPwd the old (current) password. */});

Update/change the password for the current user.

Output:
javax.ws.rs.core.Response - 200 OK on success
Form parameters:
newPasswd - the new password
oldPasswd - the old (current) password.
HTTP return codes:
404 - if the current account could not be loaded
403 - if the old pasword did not match