curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/linkedcorp/user/simplelist?access_token=' \
--header 'Content-Type: application/json' \
--data '{"department_id":"LINKEDID/DEPARTMENTID","fetch_child":true}'{"errcode":0,"errmsg":"ok","userlist": [{"userid":"zhangsan","name":"张三","department":["LINKEDID/1","LINKEDID/2"],"corpid":"xxxxxx"},{"userid":"lisi","name":"李四","department":["LINKEDID/1"],"corpid":"xxxxxx"}]}