Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
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.
2024-03-19 04:11 AM
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!