应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 是 | 开发者后台申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"role": "student",
"class_id": 4242006,
"page_no": 1,
"page_size": 30
}
curl --location --request POST 'http://127.0.0.1/topapi/edu/user/list?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "student",
"class_id": 4242006,
"page_no": 1,
"page_size": 30
}'
{
"result": {
"has_more": true,
"details": [
{
"class_id": 0,
"role": "string",
"feature": "string",
"is_adviser": "string",
"student_no": "string",
"name": "string",
"unionid": "string",
"userid": "string"
}
]
},
"success": true,
"errcode": 0,
"errmsg": "string",
"": "string"
}