Reset2FASecret

Resets the two factor auth secret and sends an email so it can be reconfigured

Update account info.

Authentication Methods


  1. With a username and password
  2. With AMS username and password
Input Parameter Type Description
Token* String Security token
Email String Required for AMS auth
Output Parameter Type Description
Success String

*=Required

CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=fheenvtavr3bfonar94fqf2bn0&Task=Reset2FASecret'
RESPONSE
<Response>
    <Status>1</Status>
    <Message></Message>
</Response>