Queries a multi-factor authentication (MFA) device of an Alibaba Cloud account.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetAccountMFAInfo |
The operation that you want to perform. Set the value to GetAccountMFAInfo. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
IsMFAEnable | Boolean | false |
Indicates whether MFA is enabled. Valid values:
|
RequestId | String | 4BE83135-0B08-467C-B3A2-27B312FD0F57 |
The ID of the request. |
Examples
Sample requests
https://[Endpoint]/?Action=GetAccountMFAInfo
&<Common request parameters>
Sample success responses
XML
format
<GetAccountMFAInfoResponse>
<RequestId>4BE83135-0B08-467C-B3A2-27B312FD0F57</RequestId>
<IsMFAEnable>false</IsMFAEnable>
</GetAccountMFAInfoResponse>
JSON
format
{
"RequestId": "4BE83135-0B08-467C-B3A2-27B312FD0F57",
"IsMFAEnable": false
}
Error codes
For a list of error codes, visit the API Error Center.