Can we add past webinar participants call? #149
Ralpharama
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
We sure can. There should definitely be a method to retrieve the list of registrants who attended a webinar (I think you intended to link to this documentation: https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/listwebinarparticipants). I am very surprised to hear that getting the list of participants of a past meeting works for webinars. This is unexpected! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for this, great stuff! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wonder if you might consider adding /past_webinars/{webinarId}/participants ?
API ref
I see there is /past_webinars/{WebinarUUID}/absentees which works fine, but I need who did attend, not who didn't :)
(This seems to exist for meetings, but not for webinars)
Many thanks for an excellent package otherwise!
[EDIT] Looks like zoomClient.PastMeetings.GetParticipantsAsync actually works for webinars, so I guess I'll use that!
Beta Was this translation helpful? Give feedback.
All reactions