About automatic creation of ZOOM meeting room

question

I have
Various school teachers with their own ZOOM accounts,
I’m trying to create a system that automatically creates and pastes a ZOOM meeting URL when sending emails to students from the system.

The outline of the system is constructed according to the following flow.
①Obtain a token
https://zoom.us/oauth/token

②Obtain user information from the token obtained in ①
https://api.zoom.us/v2/users

(3) Create a conference room based on the user ID obtained in (2)
https://api.zoom.us/v2/users/[user_id]/meetings

④ Paste the meeting room URL created in ③ into the email

The question is, in my deleveper account,
I was able to create a conference room normally with the above flow,
When I conducted a test review with the person in charge of ZOOM, it was reported that an error occurred in ③.

I didn’t keep an error log, so
I’ll modify it to keep
I don’t know if there is something wrong with this flow in the first place.
Is there any problem with this flow in making this system?

*Sorry, I am not familiar with English, so I am translating automatically.
The text may be incorrect.

Hi @horinouchi
Thanks for reaching out to the Zoom Developer Forum!
I am happy to help here!
Have you been able to troubleshoot this issue on your end?
Let me know if you need some guidance

Cheers,
Elisa

Hi,Elisa

Any help would be appreciated

Hi @horinouchi
if you created the app under your account, then you are the only one that will be able to schedule meetings with the app.
If the user with the one you conducted a test, part of your account?

Hi @elisa.zoom
Thanks for the reply.

I have tested it on my account and even confirmed that it works.
I know that only my account will work until it is reviewed.
In this case, how does the developer do the testing?

You can request a Publishable URL to the Marketplace team in order to test with users outside of your account @horinouchi

Here is a link to our Docs:
https://developers.zoom.us/docs/distribute/sharing-private-and-beta-apps/

Hi @elisa.zoom
Thanks for the reply.

I understand.
I’ve tested this and hopefully it can be fixed.

it was very helpful

1 Like

The automatic creation of Zoom meeting rooms can be achieved using the Zoom API. The API allows developers to programmatically create and manage Zoom meetings, webinars, and other events.

To set up automatic creation of Zoom meeting rooms, you will need to:

  1. Create a Zoom account and get API credentials.
  2. Choose a programming language and an API client library to use. Zoom provides client libraries for several popular programming languages, including Python, Java, Ruby, and PHP.
  3. Use the client library to authenticate with the Zoom API using your API credentials.
  4. Use the API to create new Zoom meetings whenever you need to automatically create a meeting room. You can specify details such as the meeting topic, start time, duration, and password.
  5. Optionally, you can also use the API to update or delete existing Zoom meetings.

Keep in mind that automatic creation of Zoom meeting rooms requires some programming knowledge and experience. You may want to consult the Zoom API documentation and resources or seek the help of a developer if you’re not familiar with the process. You can get support from my site shaw speed test.

1 Like