ResendConfirmationEmail

Authentication Methods

No authentication required

Input Parameter Type Description
Email Email Email address to resend the confirmation email for
Output Parameter Type Description
Success Boolean True on success, False on failure

*=required

CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ResendConfirmationEmail&Email=expiredaccount@nomadesk.com'
RESPONSE
<Response>
    <Status>1</Status>
    <Message></Message>
</Response>