This method changes a user's password. A single user's password is changed by each call
Resource URL
Parameters
Name | Type | Description | |||||||||
token | String | The token retrieved from the login method | |||||||||
user_identifier (mandatory) | User Identifier | The user's identifier. The allowed user identifier fields are the following
| |||||||||
old_password (mandatory) | String | The user's old password | |||||||||
password (mandatory) | String | The user's new password | |||||||||
password_confirmation (mandatory) | String | The user's new password confirmation |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
N/A