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": "620acea9-05b8-4141-9bd0-86619306fb04", "Phone": "sample string 1", "EmailLoginId": "sample string 2", "OperatorGuid": "1720187f-95f1-4064-a901-1e3b5f6a4320", "RememberMeFor30Days": true, "DatabaseGuid": "87264523-6e6b-4967-8ab3-e74f7b2a9738", "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>87264523-6e6b-4967-8ab3-e74f7b2a9738</DatabaseGuid> <EmailLoginId>sample string 2</EmailLoginId> <IgnoreTwoFactor>true</IgnoreTwoFactor> <OperatorGuid>1720187f-95f1-4064-a901-1e3b5f6a4320</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>620acea9-05b8-4141-9bd0-86619306fb04</UserGuid> <UserSuppliedAuthCode>sample string 5</UserSuppliedAuthCode> </TwoFactorUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.