应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 是 | 开发者后台申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"cursor": 0,
"contain_access_limit": false,
"size": 10,
"order_field": "modify_desc",
"language": "zh_CN",
"dept_id": "1"
}
curl --location --request POST 'http://127.0.0.1/topapi/user/listsimple?access_token=be3Fxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": 0,
"contain_access_limit": false,
"size": 10,
"order_field": "modify_desc",
"language": "zh_CN",
"dept_id": "1"
}'
{
"request_id": "string",
"errcode": 0,
"errmsg": "string",
"result": {
"has_more": true,
"next_cursor": 0,
"list": [
{
"userid": "string",
"name": "string"
}
]
}
}