POST Account/Reset2FA
Request Information
URI Parameters
None.
Body Parameters
RequestReset2FANone.
Request Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<RequestReset2FA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestModels" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseReset2FA| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true
}
text/html
Sample:
{"success":true}
application/xml, text/xml
Sample:
<ResponseReset2FA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ResponseModels"> <success xmlns="http://schemas.datacontract.org/2004/07/GlobalModels">true</success> </ResponseReset2FA>