Using this template helps us debug your issues more effectively
Description
The webhook events meeting.participant_admitted
and meeting.participant_joined return empty strings for
payload.object.participant.id and
payload.object.participant.email
Error
The full error message or issue you are running into.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook
Which Endpoint/s?
meeting.participant_admitted
meeting.participant_joined
How To Reproduce (If applicable)
Steps to reproduce the behavior:
use webhooks above
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
The point of me using these webhooks is identifying who
someone has had a meeting with for required business logic.
As it stands, all I get is a user_name and a temporary user_id
which seems useless for identifying zoom users.
The webhook endpoints I am using seem a bit pointless unless
I can correctly identify participants ā¦
the link you posted refers to someone not receiving webhook
events at all. That is not the issue with me.
I am receiving data, but as I stated above, certain key fields
are empty strings instead of containing needed data.
Can you share if the users are in your account and signed in when joining the meeting? Also, did the user register and use the unique registration URL to join the meeting?
You may also want to check this helpful forum post for meeting registration and attendance guidance: