API Endpoint(s) and/or Zoom API Event(s)
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingCreate
POST /users/{userId}/meetings
Description
I want to create an app that allows students to create a meeting with an instructor, and the instructor as the host.
Student is an external account of the app owner account, as well as an instructor is in an external account of the app owner account.
student and instructor are in a different accounts.
Is it possible to create an app like this?
If yes, please let me know how.
I read a number of topics including Possible to create meeting on behalf of another Zoom account?, but still not sure it can be achieved.