为资源账号类型的成员设置安全手机号码时,调用SendVerificationCodeForBindSecureMobilePhone向安全手机发送验证码。
使用说明
为确保系统可以记录到管理操作的具体操作者,请使用管理账号下具有资源目录管理权限(AliyunResourceDirectoryFullAccess)的RAM用户或RAM角色调用本API。
本文将提供一个示例,为成员138660628348****
的安全手机发送验证码。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | SendVerificationCodeForBindSecureMobilePhone |
要执行的操作。取值:SendVerificationCodeForBindSecureMobilePhone。 |
SecureMobilePhone | String | 是 | xx-13900001234 |
安全手机号码。 格式:<国家码>-<手机号码>。 说明 不支持填写
86-<手机号码> 的中国内地手机号码。
|
AccountId | String | 是 | 138660628348**** |
成员的账号ID。 |
关于公共请求参数的详情,请参见公共参数。
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | DCD43660-75DD-5D15-B342-1B83FCA5B913 |
请求ID。 |
ExpirationDate | String | 2021-12-17T07:38:41.747Z |
验证码过期时间。 |
示例
请求示例
https://resourcemanager.aliyuncs.com/?Action=SendVerificationCodeForBindSecureMobilePhone
&SecureMobilePhone=xx-13900001234
&AccountId=138660628348****
&公共请求参数
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<SendVerificationCodeForBindSecureMobilePhoneResponse>
<RequestId>DCD43660-75DD-5D15-B342-1B83FCA5B913</RequestId>
<ExpirationDate>2021-12-17T07:38:41.747Z</ExpirationDate>
</SendVerificationCodeForBindSecureMobilePhoneResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "DCD43660-75DD-5D15-B342-1B83FCA5B913",
"ExpirationDate" : "2021-12-17T07:38:41.747Z"
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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. | 当前站点不支持您输入的国家码。 |
409 | NotSupport.AccountInAnotherResourceDirectory | Your account is a management account for another resource directory or a member of another resource directory. | 您的账号是另一个资源目录的管理账号或是另一个资源目录内的成员。 |
访问错误中心查看更多错误码。