How to add attendees using zoom event api
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
Show less