禁用用户
POST
/openservice/eagle-user/action/user/disable
后端接口/用户与角色
责任人:未设置
请求参数
Query 参数
curUserId
string
必需
示例值:
操作人用户id
entId
string
可选
示例值:
操作企业id
Body 参数application/json
array of:
userId
string
用户id
targetOrgId
string
禁用人主职id
assigned
string
托管人用户id
示例
[
{
"userId": "u0000001446794922",
"roleId": "194,193",
"targetOrgId": "193",
"assigned": "apitest02"
}
]
返回响应
🟢200成功
application/json
Body
result
boolean
必需
msg
string
必需
code
integer
必需
guid
string
必需
status
integer
必需
示例
{
"result": true,
"msg": "成功",
"code": 1000000,
"guid": "bef5ad84a2bad6cd",
"status": 200
}
修改于 2023-07-19 08:26:28