ListPersonalNumbersOfUser_云联络中心_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

注意:如果号码已绑定了技能组,则不会出现在可作为个人外呼号码的号码列表中。

流控信息

请求速率为100/1(s)。更多流控信息,请前往配额中心查看

授权信息

当前云产品暂无权限信息透出。

请求参数

字段名称字段详情
InstanceIdstring

实例 ID。

示例值:ccc-test参考取值来源:
    ListInstances
UserIdstring

坐席 ID。

示例值:user-test@ccc-test参考取值来源:
    GetUser
    ListUsers
    CreateUser
PageNumberinteger<int32>

分页序号,范围 1-100。

示例值:1
PageSizeinteger<int32>

分页大小,范围 1-100。

示例值:10
IsMemberboolean

是否关联坐席,若为 true,则查询 UserId 关联的个人外呼号码列表,若为 false,则查询 UserId 可关联但未关联的个人外呼号码列表。通常和 AddPersonalNumbersToUser 接口一起使用。

示例值:true
SearchPatternstring

根据号码进行模糊匹配,非必填,不填默认为空。

示例值:0833

返回参数

字段名称字段详情
Codestring

响应码。

示例值:OK
HttpStatusCodeinteger<int32>

HTTP 状态码。

示例值:200
Messagestring

响应信息。

示例值:
RequestIdstring

请求 ID。

示例值:EEEE671A-3E24-4A04-81E6-6C4F5B39DF75
Dataobject

数据。

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
Parameter.Maximum
The parameter %s must be less than or equal to %s.诊断
400
Parameter.Minimum
The parameter %s must be greater than or equal to %s.诊断
400
Parameter.Empty
The parameter %s may not be null or empty.诊断
400
Parameter.Null
The parameter %s may not be null.诊断
404
NotExists.InstanceId
The specified instance %s does not exist.诊断

变更历史

暂无变更历史

相关示例