REST API: PasswordReset/Change

This endpoint is used to change user's password.

Minimum API version: v2.0

Resource URI

/PasswordReset/Change

Resource Properties

 

ParameterFormatDescriptionAllows Null
xxx xxx xxx xxx

Error Responses

HTTP GET

N/A

JSON Request:

JSON Response:

XML Request:

XML Response:

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 PUT

N/A

JSON Request:

JSON Response:

XML Request:

XML Response:

HTTP DELETE

N/A

JSON Request:

JSON Response:

XML Request:

XML Response:


REST API: PasswordReset/Change Set

N/A

Resource URI

Set Filters

ParameterFormatDescriptionAllows Null
xxx xxx xxx xxx

HTTP GET

N/A

JSON Request:

JSON Response:

XML Request:

XML Response:

HTTP POST

N/A

JSON Request:

JSON Response:

XML Request:

XML Response:

HTTP PUT

N/A

JSON Request:

JSON Response:

XML Request:

XML Response:

HTTP DELETE

N/A

JSON Request:

JSON Response:

XML Request:

XML Response: