curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/contact/openid",
"params": {
"guid": "",
"userIdList": [
"{{userId}}"
],
"corpAgentId": "{{corpAgentId}}"
}
}'{
"code": 0,
"data": {
"openUserList": [
{
"openUserId": "wo3B7eDQAAZZZZZ",
"userId": "16888500000001"
}
]
},
"msg": "成功"
}