Queries the information of a member account.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetAccount |
The operation that you want to perform. Set the value to GetAccount. |
AccountId | String | Yes | 12323344**** |
The ID of the account. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Account | Struct |
The information of the member account. |
|
AccountId | String | 12323344**** |
The ID of the account. |
AccountName | String | someone@example.com |
The name of the account. |
DisplayName | String | admin |
The display name of the member account. |
FolderId | String | fd-bVaRIG**** |
The ID of the folder. |
IdentityInformation | String | aliyun-admin |
The real-name verification information. |
JoinMethod | String | created |
The way in which the member account joined the resource directory. Valid values:
|
JoinTime | String | 2015-01-23T12:33:18Z |
The time when the member account joined the resource directory. |
ModifyTime | String | 2015-01-23T12:33:18Z |
The time when the member account was modified. |
ResourceDirectoryId | String | rd-k3**** |
The ID of the resource directory. |
Status | String | CreateSuccess |
The status of the member account. Valid values:
|
Type | String | ResourceAccount |
The type of the member account. Valid values:
|
RequestId | String | 9B34724D-54B0-4A51-B34D-4512372FE1BE |
The ID of the request. |
Examples
Sample requests
https://resourcemanager.aliyuncs.com/?Action=GetAccount
&AccountId=12323344****
&<Common request parameters>
Sample success responses
XML
format
<GetAccountResponse>
<RequestId>9B34724D-54B0-4A51-B34D-4512372FE1BE</RequestId>
<Account>
<ResourceDirectoryId>rd-k3****</ResourceDirectoryId>
<AccountId>12323344****</AccountId>
<AccountName>someone@example.com</AccountName>
<DisplayName>admin</DisplayName>
<FolderId>fd-bVaRIG****</FolderId>
<JoinMethod>created</JoinMethod>
<JoinTime>2015-01-23T12:33:18Z</JoinTime>
<IdentityInformation>aliyun-admin</IdentityInformation>
<Type>ResourceAccount</Type>
<Status>CreateSuccess</Status>
<ModifyTime>2015-01-23T12:33:18Z</ModifyTime>
</Account>
</GetAccountResponse>
JSON
format
{
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE",
"Account": {
"ResourceDirectoryId":"rd-k3****",
"AccountId": "12323344****",
"AccountName": "someone@example.com",
"DisplayName": "admin",
"FolderId": "fd-bVaRIG****",
"JoinMethod": "created",
"JoinTime": "2015-01-23T12:33:18Z",
"IdentityInformation": "aliyun-admin",
"Type":"ResourceAccount",
"Status":"CreateSuccess",
"ModifyTime":"2015-01-23T12:33:18Z"
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | MissingParameter.AccountId | You must specify AccountId. | The error message returned because the AccountId parameter is not specified. |
400 | InvalidParameter.AccountId | The AccountId is invalid. | The error message returned because the value of the AccountId parameter is invalid. Specify a 16-digit ID. |
404 | EntityNotExists.Account | This resource directory account does not exist. | The error message returned because the member account does not exist. Create the member account first. |
404 | EntityNotExists.ResourceDirectory | The resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account. | The error message returned because the resource directory for the account is not enabled. Enable the resource directory for the account. |
For a list of error codes, visit the API Error Center.