多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
>[info] 查询参与考勤人员列表 调用本接口,根据考勤组的groupKey查询指定考勤组内参与考勤人员的员工列表。 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp-server/batch-query-of-employees-in-the-attendance-group) ***** * 代码: ~~~ $op_user_id = '304545422231234'; $group_key = 'E8A3DCF8DDSA6ECD6AC23FB8268CC5'; $cursor = ''; $size = 5; $res = GroupManagement::groupUsersQuery($op_user_id, $group_key, $cursor, $size); echo $res; ~~~ * 返回: ``` { "result": { "errcode": 0, "errmsg":"ok", "result": { "has_more": "false", "user_list": [ "user01" ] }, "success": true }, "request_id": "ntxswpdprw5d" } ```