curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/license/list_order_account' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id" : "XXXXXXXX",
"limit":1000,
"cursor":"xxxx"
}'
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "xxxx",
"has_more": 1,
"account_list": [
{
"active_code": "code1",
"userid": "XXX",
"type": 1
},
{
"active_code": "code2",
"userid": "XXX",
"type": 2
}
]
}
【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通