获取组织架构中所有重名用户
测试中
POST
/openservice/eagle-user/user/getDeplicatedUsers
后端接口/用户与角色/通讯录管理/用户管理
请求参数
Body 参数application/json
entId
string
企业id
disabled
string
禁用(true:禁用|false:启用)
status
integer
用户审核状态:1-已通过;2-待审核;3-未通过
示例
{
"entId": "apiceshiqiye",
"disabled": "false",
"status": 1
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
result
array [object {2}]
必需
name
string
必需
userIds
array[string]
必需
msg
string
必需
示例
"ID [id]": 19616759
"名称 [name]": "成功示例 "
"返回数据 [data]": |-
{
"status": 200,
"code": 1000000,
"result": [
{
"name": "test2511",
"userIds": [
"utest25",
"utest2511"
]
},
{
"name": "冯肇曦",
"userIds": [
"260360804@qq.com",
"fzx"
]
}
],
"msg": "成功"
}
"排序 [ordering]": 1
修改于 2024-04-23 06:15:10