{
"method": "/contact/getWxWorkContactList",
"params": {
"guid": "",
"clientVersion": "",
"limit": 10
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/contact/getWxWorkContactList",
"params": {
"guid": "",
"clientVersion": "",
"limit": 10
}
}'{
"code": 0,
"data": {
"contactCount": 0,
"contactList": [
{
"partyId": "string",
"userId": "string"
}
],
"currentVersion": "string",
"hasMore": true
},
"msg": "string"
}