Description
I would like to programmatically create approximately 5000 meetings over the next three months for about 900 groups of 10 people (1teacher, 9 students)
The meetings I create should be able to be started without me, though it’s okay if they are all associated with my account.
The best scenario would be that I could create all of the meetings via api, and I would get back two links for each meeting: 1 link for the host/teacher that I would share with them so they can independently control the meeting (preferably without having to have more than a basic zoom account themselves), and 1 link for meeting attendees/students (preferably without them needing a zoom account at all)
I’m thinking the ideal case would involve a jwt app, as I prefer creating meetings against my own account as long as I can get a link for starting the meeting.
Any thoughts on the best way to approach this? I see that the number of ways to create meetings is fairly robust, and a bit complex.
I’m curious if anyone could comment on if
- the above can be achieved through a jwt app with the meetings api
- What level of account I would need for the scale I’m describing
- If more advanced features like ZaT or others would be necessary to accomplish any of the above.
- What kind of user structure would be necessary for this? Could all meetings fall directly under my account?
Please let me know if this is not the best place to raise this question.
Thank you in advance