拥有此API的权限集 |
---|
学员管理-查询组织学员信息(限企学院) |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.college.employee.add/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token" : "xe_xxxx",
"user_name":"",
"employee_id":"",
"is_auth":true,
"departments":["1"],
"password":"xxx"
}'
{
"code": "0",
"msg": "OK",
"data": {
"user_id": "u_wework_xxxx"
}
}