POST {version}/TurnOnDbTwoFactorSetting
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
TwoFactorUserName | 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": "61e0dd84-ed02-435d-912d-8e0430e84bca", "Phone": "sample string 1", "EmailLoginId": "sample string 2", "OperatorGuid": "6380cdcf-c508-4ecf-8d02-20ae75f4915d", "RememberMeFor30Days": true, "DatabaseGuid": "b4ba2bee-3061-4daa-89ae-54f9768ec435", "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>b4ba2bee-3061-4daa-89ae-54f9768ec435</DatabaseGuid> <EmailLoginId>sample string 2</EmailLoginId> <IgnoreTwoFactor>true</IgnoreTwoFactor> <OperatorGuid>6380cdcf-c508-4ecf-8d02-20ae75f4915d</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>61e0dd84-ed02-435d-912d-8e0430e84bca</UserGuid> <UserSuppliedAuthCode>sample string 5</UserSuppliedAuthCode> </TwoFactorUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |