Using this template helps us debug your issues more effectively 
Description
I am building an app for a client who has a zoom account with single sign-on. My client represents a school where the students should be able to create zoom meetings through the app. I’ve read that the API requires a user to create a meeting. My question is this: does single sign-on change the fact that a user is required to create a meeting? Does single sign on affect the use of the API at all? I don’t know if the students are all already users on their zoom account or not. If they don’t, can I just create users on the fly to represent students so I can create meetings? This doesn’t seem like a good practice, because I’d have to delete users from client’s zoom account every so often to keep the number of users under the limit. I understand that that limit is 9999 for a licensed account - is that correct?
Error
N/A
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
POST to /users/{userId}/meetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
N / A