cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

Missing User email and id in Zoom Webhook Notifications

AliWTA
Newcomer
Newcomer

Hi Community,
I'm encountering an issue with Zoom webhooks while trying to retrieve participant data for meetings. I've set up webhook subscriptions and defined the necessary events, but the data I receive lacks essential information such as email and ID for participants. Even after testing by logging into Zoom first and then joining meetings, the email field remains empty.

Here's a sample payload I receive:

{

"payload":{

"account_id":"-123",

"object":{

"uuid":"456==",

"participant":{

"user_id":"789",

"user_name":"iPhone (7)",

"participant_user_id":"",

"id":"",

"join_time":"2024-03-19T03:14:26Z",

"email":"",

"participant_uuid":"101"

},

"id":"102",

"type":2,

"topic":"webhook testing",

"host_id":"abx",

"duration":30,

"start_time":"2024-03-19T02:56:50Z",

"timezone":"America/New_York"

}

},

"event_ts":123123,

"event":"meeting.participant_joined"

}

 

As you can see, even after logging into Zoom before joining the meeting, the participant's email field is empty. I've verified this behavior multiple times but still encountered the same issue.

 

Has anyone else experienced this problem? Any insights or suggestions would be greatly appreciated.

 

Thank you!

0 REPLIES 0