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]