I really need to use zoom api in my site. Help me please

Help how?

A very basic guide to using api in my system

What is your system?

Could you please provide more information and context to better assist.

https://www.proeducative.org/proEducative

 

This is my system made with php, has its own users, is an educational system, and there is a need to use the zoom api through this educational system

Jheferson,

 

I’m not clear on how to help you. Your question is very vague and general. Is there a specific spot you are stuck on? All of the REST API documentation can be found on https://zoom.github.io/api/

 

Have you started coding yet?

not yet

I downloaded the api rest from https://github.com/zoom/sample-app-node,
When creating Autocreare users, it gives me an error in console.

Error: code: 300 invalid input parameter.

What is the cause of that?

Without seeing the input it would be hard to say, however auto create is only available to special accounts.

See notices on https://zoom.github.io/api/#auto-create-user

 

Also check out https://github.com/zoom/zoom-lib-node, maybe be easier to use 

I downloaded the api rest from https://github.com/zoom/sample-app-node,
When creating a Zoom Meeting, my user is id_user = E0Rsa5WYQquGHhjaxR_vUQ and a topic , it gives me an error in console:

error causes a code error 1001: mesage user not exists.

I downloaded the api rest from https://github.com/zoom/sample-app-node.
From api-rest I download, I create a meeting, I generate a meeting ID, the id is 292894517

When you enter the bar https://dev.zoom.us/j/292894517.

The system opens and displays the following sentence:
This meeting ID is not valid. Please retry and try again.

Because I get that error, if the whole process was executed well.

Help me please.

Looks like the sample app is pointing to dev.zoom.us, meaning the meeting is created on dev, and I assume the client you have was downloaded from production zoom.us - so the dev meeting doesn’t exists, update your library/sample app to point to api.zoom.us

I downloaded the rest of api from https://github.com/zoom/sample-app-node,
When creating Autocreare users, I get an error in the console.
(https://api.zoom.us/v1/user/autocreate2)
Error: Code: 300 Invalid input parameter.
What is the cause of that?

but when I create a user with this form
https://api.zoom.us/v1/user/create
Everything goes well.

My problem is when I use self-generation.

Help me please

Hi jheferson,

You should be able to create users just using https://zoom.github.io/api/#create-user

autocreate and autocreate2 are special APIs and require special account settings. What is your use case and the need to for the elevated APIs?