How to add attendees using zoom event api

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-02-26 02:58 AM
I am trying to develop a zoom event clone. I have created and published zoom event. Now I want to add attendees for my event. How do I achieve this. Here in zoom api docs, we can use ticket to add registrants but zoom ticket docs says it is allowed for only multi-session event. What about the Simple Event and Recurring event.
Help Please.
Note: I am using python and streamlit for my app.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-02-26 01:38 PM
Welcome to the Zoom Community, @Bibek_Shyama.
Both Zoom Events and its Webinar-only companion product Zoom Sessions allow the simple importing of registrants via CSV file at the Registration & Join -> Manage Registrants menu. See this Zoom Support article for details:
https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0059586
No programming is required for this method.
For development-related inquiries, see the Developers Forum at https://developers.zoom.us/ Be very specific with your terminology. Are you using the Zoom Events API? This is specific to the Zoom Events product, and is separate from standalone or recurring Zoom Meetings and Zoom Webinars.
