Controller: Account Management: Reset2FASecret
Reset2FASecret
Resets the two factor auth secret and sends an email so it can be reconfigured
Update account info.
Authentication Methods
- With a username and password
- With AMS username and password
| Input Parameter | Type | Description |
|---|---|---|
| Token* | String | Security token |
| 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>