triggerCatForgotPasswordEmail()

void triggerCatForgotPasswordEmail(string catUsername)

This method generates an email containing the CAT login password that is sent to the CAT users stored email address. This email needs to be configured in Smile otherwise an exception will be generated.

Parameters

catUsername
Format: string
Purpose: Specifies the CAT username of which to retrieve the password.

Results

This method generates an email containing the user's CAT login password. The email is sent to the user's email address stored in Smile.

There are no messages defined by this method.

Faults

CatException

This fault is returned when the specified username cannot be found or user does not have permission to call the method.

Java client syntax

java -cp build/smilewsv2-client.jar [options]
 com.inomial.smile.client.v2.examples.TriggerCatForgotPasswordEmail 
 catLoginUsername
catLoginUsername
Purpose: Specifies the CAT username of which to retrieve the password.
Note: For more information about the Java client and the options it accepts, see Java client syntax.