Controller: Account Management: ForgotPassword
ForgotPassword
Sends an email with a link (to ConfirmForgotPassword) to the given emailaddress that allows the user to enter a new password (=reset).
In case the account still has a Pending status the ConfirmInvite Mail will be re-sent, which allows the account to once again complete signup.
Authentication Methods
No authentication required
Input Parameter | Type | Description |
---|---|---|
String | Email address of the Account |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | If True the mail with either the password or the confirmation link was sent. |
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ForgotPassword&Email=account@nomadesk.com'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>