Error in the zoom response for participants present in the meeting

API response error.

Error

from the url response, https://api.zoom.us/v2/report/meetings/[REDACTED]/participants, Participant Ram has joined, and while checking for the api, the email is empty.

{
“id”: “XXXXXXXXXXXXXXX”,
“user_id”: “XXXXX”,
“name”: “Ram”,
“user_email”: “”,
“join_time”: “2021-04-08T12:37:54Z”,
“leave_time”: “2021-04-08T13:00:00Z”,
“duration”: 1326,
“attentiveness_score”: “”
}

End point-

https://api.zoom.us/v2/report/meetings/{meeting uuid}/participants

For confimration,
This is the data from web hook after the creation of registrant

[REDACTED]

Same problem here!!!

Meeting only for registrant…and in partecipants reports show me user that join without email!!

The BUG is that this people join with browser using a registrant join_url link!

His a big hole in security.

Hey @karthik.rt,

Thank you for reaching out to the Zoom Developer Forum. Please send an email to developersupport@zoom.us with a link to this thread.

I’ll investigate the issue further from there.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.