POST v1/MFA/ResetMFA
Request Information
URI Parameters
None.
Body Parameters
TotpRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| Code | string |
None. |
|
| string |
None. |
||
| Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Code": "sample string 2",
"Email": "sample string 3",
"Guid": "28ea8529-b94d-4f44-8cca-6386bda96f6b"
}
application/octet-stream
Sample:
{"Username":"sample string 1","Code":"sample string 2","Email":"sample string 3","Guid":"28ea8529-b94d-4f44-8cca-6386bda96f6b"}
application/xml, text/xml
Sample:
<TotpRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Security"> <Code>sample string 2</Code> <Email>sample string 3</Email> <Guid>28ea8529-b94d-4f44-8cca-6386bda96f6b</Guid> <Username>sample string 1</Username> </TotpRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.