搜索人员[某组织]
接口地址
[接口服务器地址]/api/users/search_with_org.html
请求方法
GET
Request URL
名称 | 必选 | 说明 |
---|
Request Body
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
key | true | string | 搜索关键词 目前支持:用户名模糊搜索 |
org_id | true | string | 组织ID 组织ID |
page | true | string | 第几页 |
page_size | true | string | 每页条数 |
top | true | string | 前N条 没传page,没传top ,默认取前10条 |
调用样例及调试工具
测试接口返回结果(成功)
{"status":1,"code":"0","msg":"","data":{"list":[{"gid":"bba1537c505611e99cc488d7f697be9a","account":"test1","name":"测试1","avatar":"","intro":""}]}}