通過新創建的管理賬號開通資源目錄時,調用SendVerificationCodeForEnableRD向新管理賬號的安全手機發送驗證碼。
使用說明
每個阿里云賬號每天最多發送100次驗證碼。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | SendVerificationCodeForEnableRD |
要執行的操作。取值:SendVerificationCodeForEnableRD。 |
SecureMobilePhone | String | 否 | xx-13900001234 |
新創建的管理賬號的安全手機號碼。置空表示采用當前登錄賬號的安全手機號碼。 格式: 說明 僅支持填寫
86-<手機號碼> 的中國內地手機號碼。
|
關于公共請求參數的詳情,請參見公共參數。
返回數據
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | EC2FE94D-A4A2-51A1-A493-5C273A36C46A |
請求ID。 |
示例
請求示例
https://resourcemanager.aliyuncs.com/?Action=SendVerificationCodeForEnableRD
&SecureMobilePhone=xx-13900001234
&公共請求參數
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<SendVerificationCodeForEnableRDResponse>
<RequestId>EC2FE94D-A4A2-51A1-A493-5C273A36C46A</RequestId>
</SendVerificationCodeForEnableRDResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "EC2FE94D-A4A2-51A1-A493-5C273A36C46A"
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
409 | NotSupport.AccountInAnotherResourceDirectory | The specified account is an Alibaba Cloud account or already exists in another resource directory. | 當前賬號是主賬號或已經在另一個資源目錄內。 |
409 | EntityAlreadyExists.ResourceDirectory | The resource directory for the account is already enabled. We recommend that you do not enable the resource directory again. | 賬號已開通資源目錄,請勿重復開通。 |
409 | SendValidateCodeExceedsLimitForAccount | For the same account, the number of verification codes sent exceeds the limit. | 當前賬號發送的驗證碼每日數量超限。 |
409 | InvalidParameter.MobileCountryCode | The current site does not support the country code. | 當前站點不支持您輸入的國家碼。 |
訪問錯誤中心查看更多錯誤碼。