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": "b623e22f-00c4-4478-87c3-2b2c7f7ead3f"
}
application/octet-stream
Sample:
{"Username":"sample string 1","Code":"sample string 2","Email":"sample string 3","Guid":"b623e22f-00c4-4478-87c3-2b2c7f7ead3f"}
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>b623e22f-00c4-4478-87c3-2b2c7f7ead3f</Guid> <Username>sample string 1</Username> </TotpRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.