获取线索自动分配规则用户列表
GET
/webtenant/system/user/getClueUserListByIds请求参数
Query 参数
idList
array[integer <int64>]
可选
部门/角色/人员 主键ID
type
integer <int32>
必需
类型 1全部可见 2按部门 3按角色 4按人员
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
array[object (用户列表出参-线索自动分配规则) {2}]
可选
userId
integer <int64>
主键id
userName
string
姓名
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": [
{
"userId": 0,
"userName": "string"
}
],
"msg": "string",
"traceId": "string"
}
最后修改时间: 7 小时前