Unlocks a virtual MFA device that is bound to a convenience user.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes UnlockMfaDevice

The operation that you want to perform. Set the value to UnlockMfaDevice.

SerialNumber String No dc856334-446b-4035-bfbc-18af261e****

The serial number of the virtual MFA device, which is a unique identifier.

Response parameters

Parameter Type Example Description
RequestId String 9BD39C60-4E38-43BE-BA2F-69136C6C5190

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=UnlockMfaDevice
&SerialNumber=dc856334-446b-4035-bfbc-18af261e****
&<Common request parameters>

Sample success responses

XML format

<UnlockMfaDeviceResponse>
      <RequestId>9BD39C60-4E38-43BE-BA2F-69136C6C5190</RequestId>
</UnlockMfaDeviceResponse>

JSON format

{
    "RequestId": "9BD39C60-4E38-43BE-BA2F-69136C6C5190"
}