I am trying to capture attendance for Meeting/Webinars. Our staff input the registration_url into our in house system. I am trying to generate an attendance report based off of this.
I noticed that this post from 2020, stating that there is no capacity for this:
Is there anything in 2023 that will allow me to do this?
I am actually planning on using these end points to achieve what I want, but I was wondering whether instead of:
/metrics/meetings/{meetingId}/participants
Could I do something like this?
/metrics/meetings/{registration_url}/participants
It would be really handy if this is possible. Our staff here input the registration_url into our in house system, which clients then use to register for the meeting. It would save a lot of work if I could filter by registration_url and then update our in house system accordingly with the response I get back from Zoom.
Thanks in advance and please let me know if I don’t make any sense
Hi @kia
Unfortunately, you can not query the report endpoint using the registration_url as a query parameter.
You could only use either the meeting id or meeting uuid to query those endpoints.
Hope this helps,
Elisa