Reset Question & Answer API

Reset question and answer for the given username.

Below is the URL to access the API functions:

PUT /CentagateWS/webresources/security/resetQaBPI/{admin_username}

Parameters

NoParametersOccurrenceDescriptions
1UsernameRequiredThe user's username
2dataRequiredBase64 Encoded Of The List Of Questions And Answer. Format: Base64 (:: ,::) Example: 0:Quest1:Hello World,2::Foo123 and it will be Sent As MDpRdWVzdDE6SGVsbG8gV29ybGQsMjo6Rm9vMTIz​
3cenTokenRequiredThe Hmac Value Calculated Using SHA256 With SecretCode As Key And Plain Text From Admin Username + AuthToken

Sample Code

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