passwordReset

This method is used to reset a registered user's password.

Request Parameters

Parameter Type Requirement Description
username xsd:string Mandatory – cannot be null or empty The username of the registered user who authorized the password reset.
password xsd:string Mandatory – cannot be null or empty The password of the registered user who authorized the password reset.
encodedPassword xsd:boolean Optional – can be null (indicates false) Indicates whether the password parameter is MD5 encoded
passwordHintUser xsd:string Mandatory – cannot be null or empty The email of the registered user to have a password reset issued.

Response

Type: xsd:string

A successful response will at a minimum, return

OK: Password reset has issued to example@isentry.com

A error will return

ERROR : and the specified error