curl --location --request GET 'https://qyapi.weixin.qq.com/cgi-bin/exmail/group/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"fuzzy": 0,
"groupid\t": "string"
}'
{
"errcode": 0,
"errmsg": "ok",
"count": 2,
"groups": [
{
"groupid": "g_all@gzdev.com",
"groupname": "任何人"
},
{
"groupid": "g_inner@gzdev.com",
"groupname": "组内成员"
}
]
}
【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通