POST api/usr/SendOktaPushNotification?isConfigure={isConfigure}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isConfigure | boolean |
Required |
Body Parameters
TwoStepVerificationUserDataDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| Code | string |
None. |
|
| VerificationMethod | string |
None. |
|
| EnableOktaPush | boolean |
None. |
|
| OktaId | string |
None. |
|
| UserId | decimal number |
None. |
|
| Mobile | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Key": "sample string 1",
"Code": "sample string 2",
"VerificationMethod": "sample string 3",
"EnableOktaPush": true,
"OktaId": "sample string 5",
"UserId": 6.0,
"Mobile": "sample string 7",
"Email": "sample string 8"
}
application/xml, text/xml
Sample:
<TwoStepVerificationUserDataDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSPApi.DTO"> <Code>sample string 2</Code> <Email>sample string 8</Email> <EnableOktaPush>true</EnableOktaPush> <Key>sample string 1</Key> <Mobile>sample string 7</Mobile> <OktaId>sample string 5</OktaId> <UserId>6</UserId> <VerificationMethod>sample string 3</VerificationMethod> </TwoStepVerificationUserDataDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |