userid要在此规则组的管理范围内curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/mark_tag?access_token=' \
--header 'Content-Type: application/json' \
--data '{
"userid": "zhangsan",
"external_userid": "woAJ2GCAAAd1NPGHKSD4wKmE8Aabj9AAA",
"add_tag": [
"TAGID1",
"TAGID2"
],
"remove_tag": [
"TAGID3",
"TAGID4"
]
}'{
"errcode": 0,
"errmsg": "ok",
}
