Through this Endpoint, if the client has the " Enable Password Change " option activated, the user can change his password.
POST: api/v1/<apiresource>/user/ChangePass
•<apiresource>ApiResource name. e.g. apidemo.
Example: api/v1/apidemo/user/ChangePass
Parameters
| client | string | El nombre de una entidad de tipo Cliente | 
| identity_resource | string | El nombre de una entidad de tipo Identity Resource | 
Request Body
Only the “mediatype” “application/json” is allowed.

Responses
The return will be a simple “Success” string if the new user is successfully registered, otherwise it will be an error string.