curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/exmail/useroption/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"userid": "zhangsan",
"option": {
"list": [{
"type": 1,
"value": "0"
}, {
"type": 2,
"value": "1"
}, {
"type": 3,
"value": "0"
}]
}
}'
{
"errcode": 0,
"errmsg": "ok"
}
【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通