POST {version}/SaveTwoFactorOperator
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": "d68991dd-b76b-42e9-941c-f99fbda39b8a", "Phone": "sample string 1", "EmailLoginId": "sample string 2", "OperatorGuid": "00f1d0db-d0f4-4413-8988-b873a19b5cd9", "RememberMeFor30Days": true, "DatabaseGuid": "578441b4-e2ea-434a-8b57-65f7fbb31e38", "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>578441b4-e2ea-434a-8b57-65f7fbb31e38</DatabaseGuid> <EmailLoginId>sample string 2</EmailLoginId> <IgnoreTwoFactor>true</IgnoreTwoFactor> <OperatorGuid>00f1d0db-d0f4-4413-8988-b873a19b5cd9</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>d68991dd-b76b-42e9-941c-f99fbda39b8a</UserGuid> <UserSuppliedAuthCode>sample string 5</UserSuppliedAuthCode> </TwoFactorUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.