Queries the logon configurations of a RAM user.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetLoginProfile |
The operation that you want to perform. Set the value to GetLoginProfile. |
UserName | String | Yes | zhangq**** |
The name of the RAM user. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
LoginProfile |
The logon configurations of the RAM user. |
||
CreateDate | String | 2015-01-23T12:33:18Z |
The time when the logon configurations were created. |
MFABindRequired | Boolean | true |
Indicates whether an MFA device must be attached to the RAM user upon logon. |
PasswordResetRequired | Boolean | true |
Indicates whether the RAM user must change the password upon logon. |
UserName | String | zhangq**** |
The name of the RAM user. |
RequestId | String | 04F0F334-1335-436C-A1D7-6C044FE73368 |
The ID of the request. |
Examples
Sample requests
https://ram.aliyuncs.com/?Action=GetLoginProfile
&UserName=zhangq****
&<Common request parameters>
Sample success responses
XML
format
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
<LoginProfile>
<UserName>zhangq****</UserName>
<PasswordResetRequired>true</PasswordResetRequired>
<MFABindRequired>true</MFABindRequired>
<CreateDate>2015-01-23T12:33:18Z</CreateDate>
</LoginProfile>
JSON
format
{
"RequestId":"04F0F334-1335-436C-A1D7-6C044FE73368",
"LoginProfile":{
"PasswordResetRequired":true,
"MFABindRequired":true,
"UserName":"zhangq****",
"CreateDate":"2015-01-23T12:33:18Z"
}
}
Error codes
For a list of error codes, visit the API Error Center.