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.
Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.
Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!
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!