調用GetAccount查詢成員信息。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
AccountId | string | 是 | 成員 ID。 | 181761095690**** |
IncludeTags | boolean | 否 | 是否返回標簽信息。取值:
| true |
返回參數
示例
正常返回示例
JSON
格式
{
"Account": {
"Status": "CreateSuccess",
"Type": "ResourceAccount",
"DisplayName": "admin",
"FolderId": "fd-bVaRIG****",
"ResourceDirectoryId": "rd-k3****",
"IdentityInformation": "aliyun-admin",
"JoinTime": "2015-01-23T12:33:18Z",
"AccountId": "181761095690****",
"JoinMethod": "created",
"ModifyTime": "2015-01-23T12:33:18Z",
"AccountName": "someone@example.com",
"ResourceDirectoryPath": "rd-k3****/r-Wm****/fd-bVaRIG****/181761095690****",
"Tags": [
{
"Key": "tag_key",
"Value": "tag_value"
}
],
"Location": "root/AlRd****/Z5Aa****",
"EmailStatus": "WAIT_MODIFY",
"HasSecureMobilePhone": true
},
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | MissingParameter.AccountId | You must specify AccountId. | AccountId不能為空。 |
400 | InvalidParameter.AccountId | The AccountId is invalid. | 成員ID無效,請輸入16位賬號ID。 |
404 | EntityNotExists.Account | This resource directory account does not exist. | 成員不存在,請先創建成員。 |
404 | EntityNotExists.ResourceDirectory | The resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account. | 當前賬號未啟用資源目錄,請先啟用資源目錄。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
2024-05-06 | OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更 | 看變更集 | ||||||||
|