We have integration between our CRM system and Zoom for creating meetings/webinars , add registrants to meetings/webinars , retrieve the attendance list for meetings/webinars. We have new requirement to retrieve the list of registrants who have cancelled their registration via the “cancel” link on the zoom registration email.
Can anyone help me on how to get that list using Zoom API endpoints for meeting and Webinar. ?
Just i forget to mention that the default option for our meetings/webinars is Automatically Approve , so the registrants will automatically receive information on how to join the webinar/meeting. My case is that the registrant can cancel his\her registration via the link on that email. How we can know that in the API after finishing the meeting/webinar ?
Hi @aalamour
Thanks for sharing this with me!
I did some testing on my end and unfortunately, I do not think there is a way to determine if a registrant has canceled their registration prior to the meeting/webinar being held.
the status is shown as ‘all’ where as the status is “Approved” for the meeting participants. Does ‘all’ == ‘cancelled’? Something isn’t making sense for me.