企学院获取学员列表
POST
https://api.xiaoe-tech.com/xe.college.employee.list/1.0.0
拥有此API的权限集 |
---|
学员管理-查询组织学员信息(限企学院) |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.college.employee.list/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxx",
"department_id":0,
"page_index":1,
"page_size":10,
"fetch_child":0,
"refresh":false,
"search":""
}'
响应示例响应示例
{
"code": 0,
"msg": "OK",
"data": {
"total": 62,
"list": [
{
"user_id": "u_wework_613b1cc918f8a_huLEp41lvoO9QHNb",
"employee_id": "12377643",
"user_name": "新测试43",
"position": "",
"mobile": "",
"gender": 1,
"email": "",
"is_leader": 0,
"avatar": "",
"avatar_compress": null,
"telephone": null,
"alias": "",
"entry_time": "2021-09-10",
"state": 0,
"departments": [
{
"department_id": "24",
"name": "子部门3"
}
],
"is_auth": true
}
],
"user_id": []
}
}
请求参数
Body 参数application/json