How can I create a meeting room without JWT?

Description
Hello. We are going to make a healthcare app in the following way.
1.When the trainer (host) press the “Create Room” button, the meeting room is reserved.
2. Reserved rooms are shown to participants.
3. Participants can join the room anonymously via the “Join” button.

I understand that each trainer must create a JWT on the Zoom marketplace to schedule a meeting room.
How can the trainer reserve a meeting room without this process?
We don’t want the trainer to create JWTs one by one in the zoom marketplace to reserve a meeting room.
I want to know that any solution to make a meeting room except JWT.

Error
none

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
POST /users/:userId/meetings

How To Reproduce (If applicable)
none

Screenshots (If applicable)
none

Additional context
none

Hi @dallem,

Do you wish to create/schedule these meetings on behalf of users under their own accounts, or will all of the users for whom you’re creating meetings belong to your same account? Depending on which, I’ll be happy to make a recommendation.

Thanks
Will

I wish users could create a meeting room with the same account!

Hey @dallem,

If you’re looking to schedule a meeting for a user under your account, you should be able to use the Create a Meeting API.

Let me know if you have any questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.