Description
Hi!
I’m trying to understand is it possible to get meetings report of my app. The docs say that I can have access to the api endpoint “/report/users/{userId}/meetings” only if I have Pro or higher account. Which type is my account? client id yQGj0OFvS_OLbPSwlk6ErA
And the second question. I have several zoom licenses in my account. If I arrange meetings for users with granted licenses under my account, will I be able to see the meetings report?
Error
{
“code”: 200,
“message”: “Only available for Paid account: E__oMYM9TI6pORSrOis1aA.”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
App type - OAuth
name - prpl-tst
Which Endpoint/s?
API endpoint - https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportmeetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- send a test request from the page https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportmeetings for user id WJCgo-fhQYyBJMWjxZGBbQ (or any other user under prpl-tst account)
- See error
Thank you!