POST {version}/RemoveTwoFactorSetting
DEPRECATED SPRINT 92.9
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
TwoFactorUser| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGuid | globally unique identifier |
None. |
|
| Phone | string |
None. |
|
| EmailLoginId | string |
None. |
|
| OperatorGuid | globally unique identifier |
None. |
|
| RememberMeFor30Days | boolean |
None. |
|
| DatabaseGuid | globally unique identifier |
None. |
|
| SendViaPhone | boolean |
None. |
|
| UserSuppliedAuthCode | string |
None. |
|
| UserAgent | string |
None. |
|
| RemoteAddr | string |
None. |
|
| RemoteHost | string |
None. |
|
| IgnoreTwoFactor | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserGuid": "0f076b34-5fc7-449a-885e-ddf824e311cf",
"Phone": "sample string 1",
"EmailLoginId": "sample string 2",
"OperatorGuid": "82a9cf9d-8621-4701-8475-f78692e486cb",
"RememberMeFor30Days": true,
"DatabaseGuid": "53c5820a-747a-41b4-977f-9b0561c20390",
"SendViaPhone": true,
"UserSuppliedAuthCode": "sample string 5",
"UserAgent": "sample string 6",
"RemoteAddr": "sample string 7",
"RemoteHost": "sample string 8",
"IgnoreTwoFactor": true
}
application/xml, text/xml
Sample:
<TwoFactorUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model.Security"> <DatabaseGuid>53c5820a-747a-41b4-977f-9b0561c20390</DatabaseGuid> <EmailLoginId>sample string 2</EmailLoginId> <IgnoreTwoFactor>true</IgnoreTwoFactor> <OperatorGuid>82a9cf9d-8621-4701-8475-f78692e486cb</OperatorGuid> <Phone>sample string 1</Phone> <RememberMeFor30Days>true</RememberMeFor30Days> <RemoteAddr>sample string 7</RemoteAddr> <RemoteHost>sample string 8</RemoteHost> <SendViaPhone>true</SendViaPhone> <UserAgent>sample string 6</UserAgent> <UserGuid>0f076b34-5fc7-449a-885e-ddf824e311cf</UserGuid> <UserSuppliedAuthCode>sample string 5</UserSuppliedAuthCode> </TwoFactorUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |