{
"method": "/contact/batchGetUserinfo",
"params": {
"guid": "",
"userIdList": [
"168*****5548"
]
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/contact/batchGetUserinfo",
"params": {
"guid": "",
"userIdList": [
"168*****5548"
]
}
}'{
"code": 0,
"data": {
"contactList": [
{
"acctid": "string",
"alias": "string",
"avatarUrl": "string",
"corpId": "string",
"gender": 0,
"groupId": "string",
"internationCode": "string",
"mobile": "string",
"nickname": "string",
"realName": "string",
"userId": "string"
}
]
},
"msg": "string"
}