unionid 关联到具体客户。绑定方法见 企业微信unionid绑定流程| 错误码 | 说明 |
|---|---|
| 20206 | id 错误,找不到对应客户 |
| 20207 | unionid 错误,找不到对应客户 |
| 20208 | unionid 和 id 必须至少提供一个 |
| 调用此接口需购买基础席位。 |
curl --location -g --request GET 'https://open.weibanzhushou.com/open-api/external_user/group_list/get?id=wo8xjUCAAAiOCsgkeh_ZhkzNQ8PvzPsw&unionid=omefmt0-sSUShfLCrUswJILSnjds&openid=ohpYX63Ss6YnNTdv9YKcjpPGnBhA&offset=0&limit=0&access_token='{
"errcode": 0,
"errmsg": "ok",
"result": {
"group_list": [
{
"create_time": 1718107334,
"group_id": "wrP_2OPAAAadbjw7iqSFknUFwOeDf1Sw",
"id": 110411556,
"join_scene": 3,
"join_time": 1725274055,
"member_count": 4,
"name": "3335235",
"owner": "abc",
"tag_list": [
{
"created_at": 1720515017,
"id": 100361441,
"name": "22",
"tag_group_id": 100360244,
"tag_group_name": "abcd",
"updated_at": 1720515017
}
]
}
],
"name": "ccc",
"relate_staff": [
"aaa",
"bbb"
],
"total_join_group": 1,
"type": 1
}
}