curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/school/agent/get_allow_scope?access_token=&agentid={{agentid}}'{
"errcode": 0,
"errmsg": "ok",
"allow_scope": {
"students": [
{
"userid": "student1"
},
{
"userid": "student2"
}
],
"departments": [
1,
2
]
}
}