How to match the registrant details with the participants joining meeting. In registrants api i have ID and for Participants API i have ID and User ID. In these which one i have to match or else is there another way to match the details. Because i need to match the details of the registrant with participant.
I am also having this same issue and thank you for emailing me with this thread.
Unfortunately the ID’s do not match because of the very last part of that screenshot
“If participant joins without logging into Zoom, the value of this field will be blank”
I have noticed that for meeting registrants that are not part of the Zoom Account, and are just guests that use the Join Url to connect to the meeting, then the “id” field is blank. This is the source of the problem I am having.
No they are not logged in. This is the whole issue i’m trying to resolve : How to link up participant webhooks with the initial registration to the meeting/webinar. Even if it’s just email. It seems webhooks are absolutely useless when registrants to meetings are just guests.
Has this been resolved? I’m seeing the same thing. On a meeting that requires registration, I call /meetings/{meetingId}/registrants to add a registrant and receive a registrant Id. When I receive the meeting.participant_joined webhook, the participant Id is not the same. It is not blank.
In my last test the participant Id was 5gWJtIbtTzuotsp6TaFQPw when the registrant Id was rhmvsK-LSMONofT4-2YdUA
Participant Id does not match Registrant ID when registration required if the user is logged in when joining the meeting. I will respond in the other thread.