調用ResendPromoteResourceAccountEmail重新發送資源賬號升級為云賬號的確認郵件。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ResendPromoteResourceAccountEmail |
要執行的操作。取值:ResendPromoteResourceAccountEmail。 |
RecordId | String | 是 | 06950264-3f0d-4ca9-82dd-6ee7a3d33d6b |
賬號記錄ID。 |
返回數據
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
Account | Struct |
成員信息。 |
|
AccountId | String | 12323344**** |
賬號ID。 |
AccountName | String | someone@example.com |
賬號名稱。 |
DisplayName | String | admin |
成員名稱。 |
FolderId | String | fd-bVaRIG**** |
資源夾ID。 |
JoinMethod | String | created |
成員加入方式。
|
JoinTime | String | 2015-01-23T12:33:18Z |
成員加入時間。 |
ModifyTime | String | 2015-01-23T12:33:18Z |
成員修改時間。 |
RecordId | String | 16950264-3f0d-4ca9-82dd-6ee7a3d33d6b |
賬號記錄ID。 |
ResourceDirectoryId | String | rd-k3**** |
資源目錄ID。 |
Status | String | PromoteVerifying |
成員加入狀態。
|
Type | String | ResourceAccount |
成員類型。
|
RequestId | String | 9B34724D-54B0-4A51-B34D-4512372FE1BE |
請求ID。 |
示例
請求示例
https://resourcemanager.aliyuncs.com/?Action=ResendPromoteResourceAccountEmail
&RecordId=06950264-3f0d-4ca9-82dd-6ee7a3d33d6b
&<公共請求參數>
正常返回示例
XML
格式
<ResendPromoteResourceAccountEmailResponse>
<RequestId>9B34724D-54B0-4A51-B34D-4512372FE1BE</RequestId>
<Account>
<ResourceDirectoryId>rd-k3****</ResourceDirectoryId>
<AccountId>12323344****</AccountId>
<DisplayName>admin</DisplayName>
<FolderId>fd-bVaRIG****</FolderId>
<JoinMethod>created</JoinMethod>
<JoinTime>2015-01-23T12:33:18Z</JoinTime>
<Type>ResourceAccount</Type>
<Status>PromoteVerifying</Status>
<RecordId>16950264-3f0d-4ca9-82dd-6ee7a3d33d6b</RecordId>
<ModifyTime>2015-01-23T12:33:18Z</ModifyTime>
</Account>
</ResendPromoteResourceAccountEmailResponse>
JSON
格式
{
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE",
"Account": {
"ResourceDirectoryId":"rd-k3****",
"AccountId": "12323344****",
"DisplayName": "admin",
"FolderId": "fd-bVaRIG****",
"JoinMethod": "created",
"JoinTime": "2015-01-23T12:33:18Z",
"Type":"ResourceAccount",
"Status":"PromoteVerifying",
"RecordId":"16950264-3f0d-4ca9-82dd-6ee7a3d33d6b",
"ModifyTime":"2015-01-23T12:33:18Z"
}
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
409 | AccountTypeOrStatusMismatch | You cannot perform the action on the member account. | 成員類型或狀態不匹配。 |
404 | EntityNotExists.ResourceDirectory | The resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account. | 當前賬號未啟用資源目錄,請先啟用資源目錄。 |
400 | MissingParameter.RecordId | You must specify RecordId. | 記錄ID缺失,請指定目標ID。 |
404 | EntityNotExists.AccountRecord | This resource directory account recordId does not exist. | 記錄ID不存在或已被刪除。 |
409 | LimitExceeded.Frequency | The frequency of request exceeds limit. | 請求頻率過高,請稍后重試。 |
訪問錯誤中心查看更多錯誤碼。