curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/room/confirmInvitedMemberList",
"params": {
"guid": "",
"roomId": "",
"inviterId": "{{inviterId}}",
"InviteMsgServerId": "{{inviteMsgServerId}}",
"inviteCode": "{{inviteCode}}",
"InvitedMemberList": [
"{{userId}}"
]
}
}'{
"code": 0,
"msg": "成功",
"data": [
{}
]
}