Is it possible to create on demand meetings for other users?

Hey @mursang,

Great question, and happy to clarify. To that end, this is definitely possible—let me point you in the right direction.

If you wish to create a Zoom meeting on behalf of another user who is not under your account, you’ll need to utilize an OAuth app, rather than JWT. (JWT apps work for actions within your own account, not outside of it).

You can find our guide for getting started with OAuth here:
https://marketplace.zoom.us/docs/guides/auth/oauth

You may also find this other post on our dev forum helpful, as it covers a similar topic:

I hope this helps!
Will