Ahmad
(DEVNET)
August 22, 2020, 11:05pm
1
Hello developers,
I have about 60 users under my pro account, I am creating those 90 users via api,
but to make them all hosts - How can I create/build app for each one via zoom API?
to get api key and api secret for each of them.
or there are something else better?
and one more question please , what is the difference between account and user?
1 Like
Hey @Ahmad
Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question.
Checkout these related threads that may have the answer you are looking for:
How to create meeting with Host using API?
Description
Can I use a JWT app to create meetings for multiple app users or do I have to create a oAuth app?
Error
The full error message or issue you are running into.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
Create meetings
When I use a User managed OAuth app for authentication for calling meeting create API, I am getting the following error:
{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [zms:meeting:write, meeting:write:admin]”
}
The scopes given are: meeting:read meeting:write. I can’t find a way to give meeting:write:admin scope for a User managed App.
Does that mean that I can not use User managed OAuth app if I need to create a meeting via API?
The use case we have is as f…
If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.
Thanks,
DeveloperBot
1 Like
system
(system)
Closed
September 22, 2020, 9:05am
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.