Description
When i create a Webhook Only or OAuth app and add meeting.participant_joined webhook it sends something like this but without participant.id.
I need participant.id for my app.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth and Webhook Only
Which Endpoint/s?
meeting.participant_joined
meeting.participant_left
Additional context
I have the same issue with meeting.participant_left too.
Thank you for sharing this. Are you seeing this in all webhooks for Participant Joined events, or just some? Additionally, do you know if this was an authenticated user or a guest (not signed in to Zoom)?
Our Engineering team identified a bug that was causing this issue—they’ve since released a fix. Can you retry your requests/let me know if webhook payloads reflect this as expected now?
But when I test it with my friends, as you can see in these pictures, their id and email's are empty. I tested it with 3 people. Result was same every time.
Upon further investigation, in the example provided, the user was not logged in when they joined the meeting. In these instances, we will not return the id or email fields.
Let me know if you see an instance where the user was logged in. I’m happy to take a look.