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”
}
}
===============================================
- How To Get User Information
If i create user then after how to i know that user how many minutes are using.
=============================================
- 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
==============================================
- 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
- How To Get User Information
If i create user then after which api to use for to user how many minutes are using.
=============================================
- 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
==============================================
- If user create a meeting in my website so how to i send mail to others users
which api to send mail opther user
==============================
- How many day working pro trial period ?
Where display trial period end date
@michael
- 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_login - https://zoom.github.io/api/#create-a-meeting.
Thanks
Hello Michael
How to meeting start using meeting join url without host start meeting.
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