文档
测试

用户管理-多个组织查询用户

POST
/authority/users/findUsersByOrg

接口描述

通过多个组织Id 查询用户

请求参数

参数名
类型
描述
必填
orgIds
String
组织Id ,例如 : 100,100001
必填
current
int
示例:0 当前页
必填
size
int
示例:0 页得条数
必填
column
string
示例:string 排序字段
可选
asc
boolean
示例:true 升序?
可选

响应参数JSON

```json { "successful": true, "code": 200, "message": "操作成功!", "timestamp": 1667285943396, "data": { "total": 2, "rows": [ { "id": 1, "nickName": "管理员", "realName": null, "sex": "男", "email": null, "mobile": null, "username": "admin", "birthday": null, "goodAt": null, "occupation": null, "createdTime": null, "workOrderTotal": "0" }, { "id": 24, "nickName": "xiaoliu", "realName": null, "sex": "男", "email": null, "mobile": null, "username": "test001", "birthday": null, "goodAt": null, "occupation": null, "createdTime": null, "workOrderTotal": "0" } ] } }

swagger 功能定位

![image.png](https://cos.easydoc.net/97781918/files/l9xmccge.png) ![image.png](https://cos.easydoc.net/97781918/files/l9xmcrvz.png)