POST v1/core/Accounts/{accId}/devices/apndevices/{apnDevId}/privateAccessMFA
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| accId |
Define this parameter in the request URI. |
|
| apnDevId |
Define this parameter in the request URI. |
|
| mobileDevicePrivateAccessMFA |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DeviceID": 1,
"AuthenticationExpires": "2025-12-06T04:31:50.8803336+00:00"
}
text/javascript
Sample:
{"DeviceID":1,"AuthenticationExpires":"2025-12-06T04:31:50.8803336+00:00"}
application/xml, text/xml
Sample:
<MobileDevicePrivateAccessMFA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models"> <AuthenticationExpires>2025-12-06T04:31:50.8803336+00:00</AuthenticationExpires> <DeviceID>1</DeviceID> </MobileDevicePrivateAccessMFA>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
2 DeviceID AuthenticationExpires `2��