Meeting data returning wrong participant's user_email

Meeting data returning wrong participant’s user_email -
{
“page_count”: 1,
“page_size”: 30,
“total_records”: 2,
“next_page_token”: “”,
“participants”: [
{
“id”: “tretrrh-rytj”,
“user_id”: “6576877”,
“name”: "Rishi ",
“user_email”: “5UrbtasrV6CamWUnRuZgqsiYemUAVlZ4TiXnos8IKtTyMEafUg.IqsQ5Doyp43gsKFx@abc.com”,
“join_time”: “2020-07-27T10:30:29Z”,
“leave_time”: “2020-07-27T12:14:52Z”,
“duration”: 6263,
“attentiveness_score”: “”
},
{
“id”: “ryurhb7jhgb-bw”,
“user_id”: “467587689696”,
“name”: "Shreya ",
“user_email”: “ORg-L1gl8aadpthhdj9wR-8y6gIzCurt3VDLetjdrT8jwsRXRA.U9WTPeT0l6_CkDiA@abc.com”,
“join_time”: “2020-07-27T10:31:40Z”,
“leave_time”: “2020-07-27T12:14:52Z”,
“duration”: 6192,
“attentiveness_score”: “”
}
]
}

The actual data is not given here except for user_email.
https://api.zoom.us/v2/report/meetings/meeting_id/participants - this api is not returning the actual user_email given for that meeting.

Hey @karthik.rt,

Are you still experiencing this issue? It should be fixed now.

Thanks,
Tommy

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