调用ResendCreateCloudAccountEmail重新发送创建云账号的确认邮件。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String ResendCreateCloudAccountEmail

要执行的操作。取值:ResendCreateCloudAccountEmail。

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

成员加入方式。

  • invited:邀请。
  • 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 CreateVerifying

成员加入状态。

  • CreateSuccess:创建成功。
  • CreateVerifying:创建确认中。
  • CreateFailed:创建失败。
  • CreateExpired:创建过期。
  • CreateCancelled:创建取消。
  • PromoteVerifying:升级确认中。
  • PromoteFailed:升级失败。
  • PromoteExpired:升级过期。
  • PromoteCancelled:升级取消。
  • PromoteSuccess:升级成功。
  • InviteSuccess:邀请成功。
  • Removed:已移出。
Type String CloudAccount

成员类型。取值为CloudAccount表示云账号。

RequestId String 9B34724D-54B0-4A51-B34D-4512372FE1BE

请求ID。

示例

请求示例

https://resourcemanager.aliyuncs.com/?Action=ResendCreateCloudAccountEmail
&RecordId=06950264-3f0d-4ca9-82dd-6ee7a3d33d6b
&<公共请求参数>

正常返回示例

XML 格式

<ResendCreateCloudAccountEmailResponse>
      <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>CloudAccount</Type>
            <Status>CreateVerifying</Status>
            <RecordId>16950264-3f0d-4ca9-82dd-6ee7a3d33d6b</RecordId>
            <ModifyTime>2015-01-23T12:33:18Z</ModifyTime>
      </Account>
</ResendCreateCloudAccountEmailResponse>

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":"CloudAccount",
        "Status":"CreateVerifying",
        "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. 请求频率过高,请稍后重试。

访问错误中心查看更多错误码。