日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

SubmitEmailVerification - 發(fā)送郵箱驗證郵件

調(diào)用SubmitEmailVerification接口發(fā)送郵箱驗證郵件。

接口說明

收到驗證郵件后您需要在 3 天內(nèi)登錄郵箱完成驗證。如果驗證郵件已過期,您可以調(diào)用 ResendEmailVerification 接口重新發(fā)送驗證郵件。

調(diào)試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權(quán)信息

下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
domain:EmailVerificationOperationupdate
  • 全部資源
    *

請求參數(shù)

名稱類型必填描述示例值
Langstring

接口返回錯誤信息語言。取值:

  • zh:中文。
  • en:英文。

默認值為 en

en
Emailstring

需要完成驗證的郵箱,多個郵箱之間使用英文逗號(,)隔開。

username@example.com
SendIfExistboolean

驗證郵件已經(jīng)存在時是否重新發(fā)送郵件。取值:

  • true:重新發(fā)送驗證郵件。
  • false:不重新發(fā)送驗證郵件。

默認值為 false

false
UserClientIpstring

用戶 IP,可設(shè)置為 127.0.0.1。

127.0.0.1

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

請求 ID。

E2A8A5EF-DF8A-4C48-8FD4-9F6BD71AB26D
ExistListarray<object>

驗證郵件已經(jīng)存在列表。

object
Emailstring

驗證郵箱。

username@example.com
Codestring

返回 code。

SendTokenQuotaExceeded
Messagestring

返回信息。

The maximum number of attempts allowed to send the email verification link is exceeded.
SuccessListarray<object>

驗證郵件發(fā)送成功列表。

object
Emailstring

驗證郵箱。

username@example.com
Codestring

返回 code。

Success
Messagestring

返回信息。

Success
FailListarray<object>

驗證郵件發(fā)送失敗列表。

object
Emailstring

驗證郵箱。

username@example.com
Codestring

返回 code。

SendTokenQuotaExceeded
Messagestring

返回信息。

The maximum number of attempts allowed to send the email verification link is exceeded

示例

正常返回示例

JSON格式

{
  "RequestId": "E2A8A5EF-DF8A-4C48-8FD4-9F6BD71AB26D",
  "ExistList": [
    {
      "Email": "username@example.com",
      "Code": "SendTokenQuotaExceeded",
      "Message": "The maximum number of attempts allowed to send the email verification link is exceeded."
    }
  ],
  "SuccessList": [
    {
      "Email": "username@example.com",
      "Code": "Success",
      "Message": "Success"
    }
  ],
  "FailList": [
    {
      "Email": "username@example.com",
      "Code": "SendTokenQuotaExceeded",
      "Message": "The maximum number of attempts allowed to send the email verification link is exceeded"
    }
  ]
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。