Create meeting without Oauth

Description
Hi, it’s not an error per se, just seeking orientation.
I would like to know if it’s possible to programatically create a meeting without going through Oauth. As far as I understand, Oauth will show me a screen where i need to authorize. I would like to do this transaparently, without showing the screen/page.

By reading this post https://devforum.zoom.us/t/create-meeting-and-join-meeting/9245 , and according to Michael answer, it seems that it’s possible to create a meeting using a JWT app.
Any pointers to that?

So, basically, in my app i will need to create multiple meetings that would have different users as hosts. Can you please give some guidance?

Thanks in advance.

Hi @Joao, thanks for posting & using Zoom!

You can use JWT to create and manage meetings for any user on your account. Use the userID or email of the user as a path parameter of the create meeting API request.