API Endpoint(s) and/or Zoom API Event(s)
Webinar Participants Report
Description
API is using the webinar uuid instead of webinar id when calling the request participants report request. This is creating issues when using extraction methods like the marketplace zoom connector for Airbyte.
Error?
“{“code”:3001,“message”:“Meeting does not exist: {uuid redacted}.”}”
That webinar uuid works when calling the https://api.zoom.us/v2/webinars/ endpoint, however when calling the webinar reports endpoint, the meeting id is needed instead
How To Reproduce
Steps to reproduce the behavior:
1. Request URL / Headers (without credentials or sensitive info like emails, uuid, etc.) / Body
https://api.zoom.us/v2/report/webinars/{webinarId}/participants
2. Authentication method or app type
app type: Server-to-Server OAuth