应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 开发者后台申请 | 调试 |
第三方企业应用 | 是 | 开发者后台申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"cursor":0,
"contain_access_limit":false,
"size":10,
"order_field":"modify_desc",
"language":"zh_CN",
"dept_id":10
}
curl --location --request POST '/topapi/v2/user/list?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":10
}'
{
"errcode": 0,
"errmsg": "string",
"result": {
"has_more": true,
"next_cursor": 0,
"list": [
{
"userid": "string",
"unionid": "string",
"name": "string",
"avatar": "string",
"state_code": "string",
"mobile": "string",
"hide_mobile": true,
"telephone": "string",
"job_number": "string",
"title": "string",
"email": "string",
"org_email": "string",
"work_place": "string",
"remark": "string",
"dept_id_list": [
0
],
"dept_order": 0,
"extension": "string",
"hired_date": 0,
"active": true,
"admin": true,
"boss": true,
"leader": true,
"exclusive_account": true,
"login_id": "string",
"exclusive_account_type": "string"
}
]
}
}