調用BindSecureMobilePhone為資源賬號類型的成員設置安全手機號碼。
使用說明
本API僅用于首次設置資源賬號安全手機號碼,不能用于修改已有的安全手機號碼。
為確保系統可以記錄到管理操作的具體操作者,請使用管理賬號下具有資源目錄管理權限(AliyunResourceDirectoryFullAccess)的RAM用戶或RAM角色調用本API。
本文將提供一個示例,為成員138660628348****
設置安全手機號碼。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | BindSecureMobilePhone | 要執行的操作。取值:BindSecureMobilePhone。 |
VerificationCode | String | 是 | 123456 | 驗證碼。 您可以調用SendVerificationCodeForBindSecureMobilePhone獲取驗證碼。 |
SecureMobilePhone | String | 是 | xx-13900001234 | 安全手機號碼。 該手機號碼必須與SendVerificationCodeForBindSecureMobilePhone中獲取驗證碼時設置的手機號碼一致。 格式:<國家碼>-<手機號碼>。 說明 僅支持填寫 86-<手機號碼> 的中國內地手機號碼。 |
AccountId | String | 是 | 138660628348**** | 成員ID。 |
關于公共請求參數的詳情,請參見公共參數。
返回數據
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0217AFEB-5318-56D4-B167-1933D83EDF3F | 請求ID。 |
示例
請求示例
http(s)://[Endpoint]/?Action=BindSecureMobilePhone
&VerificationCode=123456
&SecureMobilePhone=xx-13900001234
&AccountId=138660628348****
&<公共請求參數>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<BindSecureMobilePhoneResponse>
<RequestId>0217AFEB-5318-56D4-B167-1933D83EDF3F</RequestId>
</BindSecureMobilePhoneResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "0217AFEB-5318-56D4-B167-1933D83EDF3F"
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | NotSupport.Site.Action | Site does not allow current action. | 該操作不支持當前站點。 |
409 | Invalid.EnterpriseName | You must specify the enterprise name. | 賬號未設置企業名稱,請您先完成企業名稱設置。 |
409 | EnterpriseRealNameVerificationError | The specified account does not pass enterprise real-name verification. We recommend you first complete enterprise real-name verification for the account. | 當前賬號未經過企業實名認證。請您先完成企業實名認證。 |
409 | EntityAlreadyExists.ResourceDirectory | The resource directory for the account is already enabled. We recommend that you do not enable the resource directory again. | 賬號已開通資源目錄,請勿重復開通。 |
409 | Invalid.VerificationCode | The verification code is invalid. | 驗證碼無效。 |
409 | AccountTypeMismatch | The type or status of the member account cannot satisfy the current operation. | 賬號類型或狀態無法滿足當前操作。 |
409 | AccountSecureMobileAlreadyExists | The secure mobile number of the member already exists. | 成員的安全手機號已經存在。 |
409 | CallerIdentityError | Please use the RAM user or role of the Management Account. | 請使用管理賬號的RAM用戶或角色進行操作。 |
訪問錯誤中心查看更多錯誤碼。