Queries the information about a member.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
resourcemanager:GetAccount | get | *Account
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
AccountId | string | Yes | The ID of the member. | |
IncludeTags | boolean | No | Specifies whether to return tag information. Valid values:
Default value: false. |
Response elements
Element | Type | Description | Example |
object | The response parameters. | ||
| Account | object | The information about the member. | |
Status | string | The status of the member. Valid values:
| |
Type | string | The type of the member. Valid values:
| |
DisplayName | string | The display name of the member. | |
FolderId | string | The ID of the folder. | |
ResourceDirectoryId | string | The ID of the resource directory. | |
IdentityInformation | string | The identity verification information. | |
JoinTime | string | The time when the member joined the resource directory. | |
AccountId | string | The ID of the member. | |
JoinMethod | string | The method by which the member joined the resource directory. Valid values:
| |
ModifyTime | string | The time when the member was last modified. | |
AccountName | string | The name of the account. | |
ResourceDirectoryPath | string | The path of the member in the resource directory (RDPath). | |
| Tags | array<object> | The tags. | |
object | The tag. | ||
Key | string | The tag key. | |
Value | string | The tag value. | |
Location | string | The location of the member in the resource directory. | |
EmailStatus | string | The status of the email address. Valid values:
| |
HasSecureMobilePhone | boolean | Indicates whether a mobile phone number is attached to the member. Valid values:
| |
SecureMobilePhone | string | The mobile phone number. | |
RequestId | string | The request ID. |
Examples
Success response
JSON format
{
"Account": {
"Status": "",
"Type": "",
"DisplayName": "",
"FolderId": "",
"ResourceDirectoryId": "",
"IdentityInformation": "",
"JoinTime": "",
"AccountId": "",
"JoinMethod": "",
"ModifyTime": "",
"AccountName": "",
"ResourceDirectoryPath": "",
"Tags": [
{
"Key": "",
"Value": ""
}
],
"Location": "",
"EmailStatus": "",
"HasSecureMobilePhone": true,
"SecureMobilePhone": ""
},
"RequestId": ""
}Error codes
HTTP status code | Error code | Error message | Description |
400 | MissingParameter.AccountId | You must specify AccountId. | The AccountId parameter is not configured. |
400 | InvalidParameter.AccountId | The AccountId is invalid. | The value of the AccountId parameter is invalid. Specify a 16-digit ID. |
404 | EntityNotExists.Account | This resource directory account does not exist. | The member does not exist. Create such a member 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 account is not used to enable a resource directory. Use the account to enable a resource directory first. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.