根据用户id获取用户信息,以应用组织架构格式返回
POST
/openservice/eagle-user/user/getAppUsers
后端接口/用户与角色/通讯录管理/用户管理
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
entId
string
必需
userIds
array[string]
必需
示例
{
"entId": "",
"userIds": [
""
]
}
返回响应
🟢200根据用户id获取用户信息,以应用组织架构格式返回-Example
application/json
Body
status
integer
必需
code
integer
必需
result
array [object {3}]
必需
displayValue
string
可选
real
object
可选
appointId
string
可选
msg
string
必需
示例
{
"status": 0,
"code": 0,
"result": [
{
"displayValue": "", //苹果,草莓 除:[红花-兰花]
"real": {
"orgs": { //{"1284":{"parent_id":"1","id":"1284","Type":"department"}
"key": {
"type": "",
"parentId": "",
"id": "",
"blacklist": [
{}
]
}
},
"blacklist": [ //{"1284":{"1294":{"Type":"department","parent_id":"1287","id":"1294"}}}
{}
]
},
"appointId": ""
}
],
"msg": ""
}
修改于 2024-05-29 08:53:19