Error While Creating User

Hii

1)

I am developer and when i create user Using Postman from https://api.zoom.us/v1/user/create response is 

{
“error”: {
“code”: 200,
“message”: “no privilege”
}
}

===============================================

  1. How To Get User Information 

If i create user then after how to i know that user how many minutes are using.

 

=============================================

  1. How to give specific minutes a particular user like i give a 100 minutes of one user how to i manage it in the rest api

 

==============================================

 

  1. If user create a meeting in my website so how to i send mail to others users  

 

==============================

 

Note :  I using php codeigniter and i use rest api

 

thanks 

 

 

Hi Seller. 

Do you have a pro account? Our API will only work for Pro accounts and up. 

Thanks

Hi Michael

First I have to manage for testing so how to use all api for testing ?

thanks 

Hi Seller Iwon, 

Looks like you a have free trial account, you should be able to use the APIs now. 

Thanks

Hi Michael

 

  1. How To Get User Information 

If i create user then after which api to use for to user how many minutes are using.

 

=============================================

  1. How to give specific minutes a particular user like i give a 100 minutes of one user how to i manage it in the rest api

which api to manage this things

 

==============================================

 

  1. If user create a meeting in my website so how to i send mail to others users  

which api to send mail opther user

 

==============================

  1. How many day working pro trial period ?

Where display trial period end date

Hello, 

  1. To get user information you can use - https://devdocs.zoom.us/v1.0/reference#user. You only use minutes when running a meeting. 

  2. Could you explain this in a little more details?

  3. After you create a meeting you can use the update meeting API and  settings.registrants_confirmation_emailhttps://devdocs.zoom.us/v1.0/reference#meetingupdate

  4. Pro Trials are usually 30 days, currently, we do not have it displayed to the user so please take note of when your trial starts. 

Thanks

@michael

  1. Could you explain this in a little more details?

INFO : How do i give specific minutes to new registered user or recipent ?

Hi Seller, 

You won’t be able to give minutes to a specific user. 

Thanks

Hello Michael

We have a pro account and webinar 500 account.

How do we get are users to start meeting in our app and interact with each others without having create a zoom account ?

Thanks

Pratik

 

Hi Pratik, 

To have users attend a webinar without having create a zoom account you can set  settings.enforce_login to false https://zoom.github.io/api/#create-a-webinar. 

Thanks

Michael

Hi Michael

I don’t have to create webinar i have to do 1 to 1 meeting so what are the best way for the same ? Without create a Zoom user account

 

Thanks
Pratik

 

Hi Seller, 

You can do that same this with creating a meeting as well using  settings.enforce_loginhttps://zoom.github.io/api/#create-a-meeting. 

Thanks

Hello Michael

 

How to meeting start using meeting join url without host start meeting.

Hello Seller, 

You can use settings.join_before_host - https://devdocs.zoom.us/v1.0/reference#usersmeetingsbyuseridpost

Thanks

Hello Michael

 

Thanks for the help.

What is best way to know the meeting duration ?

 

thanks

Bhavesh

Hi Bhavesh, 

Apologies, we haven’t updated our new API spec with the respective JSON response. Here is our old API that includes the meeting duration - https://zoom.github.io/api/#retrieve-a-meeting. 

Thanks

Michael