Creating meeting or webinar through JWT

Description

Can I create meetings or webinars link using an account that doesnt have an jwt or oath enabled from the developers console? We have an web app that after a specific function is done, it will create automatically an webinar or meeting link in the said account. The web app prompts the zoom account login before creating the specific function. Or maybe there is a admin account for it and it will create automatically the meeting based on the user email or id? Is that possible? Do I need an admin account and add the users there? Thanks for the help.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I am using JWT.

Hi @ronald.b a JWT can be used to make requests on behalf of any user on the account. For OAuth, an admin with the appropriate scopes & permissions can install the application and make API calls on behalf of any user on the account.