We need an API endpoint that will allow us to obtain a report of Zoom data for all users.
If there is an API endpoint to download a report, that will provide us with a stable resource of data it would be great because the endpoints that we are currently using have caused issues and it takes a lot of processing time.
Currently we are using the following set of endpoints after obtaining the user list:
- /report/users/{userId}/meetings
- /report/meetings/{meetingId}/participants
We are aware of the Metrics API but since it is a Business endpoint it will not cater to the overall scope of the integration.
Is there an endpoint that we can use to download or obtain a report of the user data. Even the number of meetings for each user will be sufficient in the response.