Description
I’ve written a script that generates a new meeting on my account. Very simple. I’d like to be able to run that script whenever I want, so I can easily paste a new meeting into chat without having to click any buttons. In order to do this, I’ve set up a JWT app with my organization. However, as far as I can tell, those JWT creds are required to be admin creds. I do not want admin creds, I only want to be able to create meetings for my account and no one else’s.
So, I looked at the OAuth options, but an OAuth’d app has to refresh credentials on the regular or you have to to re-auth. If I’m only running this script a couple times a day, I really don’t want to have to re-signin every time.
Is it possible to do what I want? Have persistent credentials on my machine that are not admin credentials? Alternatively, is there a way I can script the zoom app itself to give me the meeting I want? I’m already signed in persistently there, so if I could just ask it to spit a valid meeting id at me that would solve my problem.
Cheers,
-MacRae
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT, presently, but that’s kind of the issue.
Which Endpoint/s?
POST /users/{userid}/meeting