This endpoint is used to change user's password.
Minimum API version: v2.0
HTTP POST
Change user's password by sending the old password as well as the new password.
Status code 400 is returned if the old password is incorrect, or the new password is invalid (empty, less than 8 chars, etc). Response body contains a JSON-encoded string of an error message.
Status code 204 is returned if the password has been successfully changed. No response body is present.
JSON Request:
{
"oldPassword": "password123",
"newPassword": "moiAOIW932AOW"
}
JSON Response:
XML Request:
XML Response:
HTTP POST
N/A
JSON Request:
JSON Response:
XML Request:
XML Response: