Authorization: Bearer ********************curl --location 'https://open.feishu.cn/open-apis/contact/v3/group/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {
"group": {
"id": "g193821",
"name": "IT 外包组",
"description": "IT 外包组,需要对该组人群进行细颗粒度权限管控。",
"member_user_count": 2,
"member_department_count": 0
}
}
}