passwordHint

This method is used to send a registered user their password hint via email.

Request Parameters

Parameter Type Requirement Description
username xsd:string Mandatory – cannot be null or empty The username of the registered user who will send a registered user their password hint
password xsd:string Mandatory – cannot be null or empty The password of the registered user who will send a registered user their password hint
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 send their password hint to

Response

Type: xsd:string

A successful response will at a minimum, return

OK: Password hint has been sent to example@isentry.com

An error will return

ERROR : and the specified error