Update User Password API

Call this function to update user’s password.

Below is the URL to access the API functions:

PUT /CentagateWS/webresources/password/updatesimple/{username}

Parameters

NoParametersOccurrenceDescriptions
1PasswordRequiredUser’s current Password, which need to be encrypted with AES using the Secret Key as Encryption Key and encoded with base64 format.
2NewPasswordRequiredUser’s new Password, which need to be encrypted with AES using the Secret Key as Encryption Key and encoded with base64 format.
3IntegrationKeyRequiredThe integration key where it acts as a key that identified the App that have integrated with the API

Sample Code

As in below there are some examples of source code of access the API functions: