API User accounts

  1. Is there a single API user account or can multiple exist?

  2. Can an API user account be created from any user account? For example if we want to pull all webinar data related to a specific user’s scheduled webinars, can an API user be created just to pull her related data?

@MaxM @elisa.zoom @ojus.zoom Hello guys, please let me know if you have an answer/explanation for the question above. Thank you.

Hi @apaul
Thanks for reaching out to the Zoom Developer Forum and welcome to our community! I am happy to help here!

Have you looked into our Reports endpoints? You can get meeting reports from a specific user:
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/reportMeetings

Could you elaborate more on your first question? I do not understand what you are referring to.
Best,
Elisa

@elisa.zoom So getting those meeting reports from a specific user is done through the API correct?

Regarding my first question, I guess I should say if we want to pull data for many different users, can it be done only with just one API, or can each user have their own API to pull reports and data? Is there only one Master API or multiple?

Thank you!

Hey @apaul
Yes, using the report endpoint that I shared with you, you can get meeting reports from a specific user.

You can pull data from all the users in your account using the List users endpoint:
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/users

Or you can also pull data from an individual user through this endpoint:
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/user