PollFidoAuthStatus request

Requests the status of FIDO authentication requests.
pollFidoAuthStatus
input fields
provides the details about the
pollFidoAuthStatus
input fields:
pollfidoauthstatus-request.dita input fields
Input Field
Required?
Type
Purpose
requestID
Y
String
A unique identifier of the request for the enterprise application. This identifier may be useful for troubleshooting purposes.
transactionId
Y
List
A unique ID for the transaction that is used to call one of the feedback APIs. To obtain the status of multiple authentication requests, enter up to 20 transaction IDs.
Example pollPushStatus request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vip="https://schemas.symantec.com/vip/2011/04/vipuserservices"> <soapenv:Header/> <soapenv:Body> <vip:PollFidoAuthStatusRequest> <vip:requestId>FIDOAuth_478263478264</vip:requestId> <!--1 to 20 repetitions:--> <vip:transactionId>e7185041-0002-45ef-9eaf-df412bb8a9dd</vip:transactionId> </vip:PollFidoAuthStatusRequest> </soapenv:Body> </soapenv:Envelope>