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