Zoom
Last updated: 9/16/2026Zoom is a video conferencing platform.
Zoom integration replicates data using the Zoom API.
See the Schema section for a list of objects available for replication.Preparing for authentication
To access your data, you need to authenticate the connection with your account credentials.
Before connecting Zoom with QTC, ensure the following requirements are met:
- You must have a Zoom Pro plan or higher.
- For webinar use, your plan must include the Webinar Add-On, and the feature must be enabled in your Zoom instance.
- Your Zoom account has an admin role or higher.
To set up a Zoom App, choose one of the following:
- Internal App (Server-to-Server OAuth)
- Follow the instructions at Zoom Internal Apps documentation.
- In the app settings, add the required scopes listed below.
- OAuth App
- Follow the instructions at Creating an OAuth App.
- In the app settings, add the required scopes listed below.
For both app types, add the following scopes:
meeting:read:list_meetings:adminmeeting:read:list_poll_results:adminmeeting:read:list_polls:adminmeeting:read:list_registrants:adminmeeting:read:list_registration_questions:adminmeeting:read:meeting:adminreport:read:list_meeting_participants:adminreport:read:list_webinar_participants:adminreport:read:meeting:adminreport:read:webinar:adminuser:read:list_users:adminwebinar:read:list_absentees:adminwebinar:read:list_panelists:adminwebinar:read:list_past_polls:adminwebinar:read:list_polls:adminwebinar:read:list_registrants:adminwebinar:read:list_registration_questions:adminwebinar:read:list_tracking_sources:adminwebinar:read:list_webinars:adminwebinar:read:past_qa:adminwebinar:read:webinar:admin
Creating the connection
For more information, see Connecting to SaaS applications.
Click Authenticate when you have filled in the required connection settings.
You may be asked to log in to the source application.
A window is displayed with an authentication code.
Copy the code to the clipboard and return to the connection dialog.
Paste the code in Complete authentication with the code provided by the source and click Verify.
Tip noteYou may need to scroll down to see this field.When status is Verified, the authentication is verified.
Provide a name for the connection in Connection name.
Select Open connection metadata to define metadata for the connection when it has been created.
| Setting | Description |
|---|---|
| Data gateway | Select a Data Movement gateway if required by your use case. Information note This field is not available with the Qlik Talend Cloud Starter subscription, as it does not support Data Movement gateway. If you have another subscription tier and do not want to use Data Movement gateway, select None. For information on the benefits of Data Movement gateway and use cases that require it, see Qlik Data Gateway - Data Movement. |
| Start Date | Enter the date, in the format |
| Client ID | Client ID. |
| Client Secret | Client secret. |
Schema
Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
The schema and info displayed below is for version 1.
Depending on your destination, table and column names may not appear as they are outlined below.
meeting_files
The meeting_files table contains information about files shared during meetings in your Zoom account.
Note:Zoom deletes these files 24 hours after completion of the meeting.
Replication Method | Full Table |
Primary Keys | meeting_uuid file_name |
| Useful links |
meeting_poll_results
The meeting_poll_results table contains information about the results of polls from your Zoom meetings.
Note: As per Zoom’s docs, a Zoom Pro plan or higher is required to retrieve this data.
Replication Method | Full Table |
Primary Keys | meeting_id |
| Useful links |
meeting_polls
The meeting_polls table contains information about the polls from your Zoom meetings.
Note: As per Zoom’s docs, a Zoom Pro plan or higher is required to retrieve this data.
Replication Method | Full Table |
Primary Keys | id meeting_id |
| Useful links |
meeting_questions
The meeting_questions table contains questions that users will see when registering for your Zoom meetings.
Note: As per Zoom’s docs, a Zoom Pro plan or higher is required to retrieve this data.
Replication Method | Full Table |
Primary Key | meeting_id |
| Useful links |
meeting_registrants
The meeting_registrants table contains the list of users who have registered for your Zoom meetings.
Note: As per Zoom’s docs, a Zoom Pro plan or higher is required to retrieve this data.
Replication Method | Full Table |
Primary Keys | id meeting_id |
| Useful links |
meetings
The meetings table contains information about instant, scheduled, and recurring meetings in your Zoom account.
Replication Method | Full Table |
Primary Key | uuid |
| Useful links |
report_meeting_participants
The report_meeting_participants table contains information about your Zoom’s meeting participants.
Note: As per Zoom’s docs, a Zoom Pro plan or higher is required to retrieve this data.
Replication Method | Full Table |
Primary Keys | id meeting_id |
| Useful links |
report_meetings
The report_meetings table contains detailed reports about past Zoom meetings.
Note: As per Zoom’s docs, a Zoom Pro plan or higher is required to retrieve this data.
Replication Method | Full Table |
Primary Key | meeting_id |
| Useful links |
report_webinar_participants
The report_webinar_participants table contains information about your Zoom’s webinar participants.
Note: As per Zoom’s docs, a Zoom Pro plan or higher with the webinar add-on enabled is required to retrieve this data.
Replication Method | Full Table |
Primary Keys | id webinar_id |
| Useful links |
report_webinars
The report_webinars table contains information about past webinars in your Zoom account.
Note: As per Zoom’s docs, a Zoom Pro plan or higher with the webinar add-on enabled is required to retrieve this data.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
users
The users table contains user data from your Zoom account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
webinar_absentees
The webinar_absentees table contains information about webinar absentees from your Zoom webinars.
Note: As per Zoom’s docs, a Zoom Pro plan or higher with the webinar add-on enabled is required to retrieve this data.
Replication Method | Full Table |
Primary Keys | id webinar_id |
| Useful links |
webinar_files
The webinar_files table contains information about files shared in-meeting in your Zoom account.
Note: Zoom deletes these files 24 hours after completion of the webinar.
Replication Method | Full Table |
Primary Keys | webinar_uuid file_name |
| Useful links |
webinar_panelists
The webinar_panelists table contains information about your Zoom webinar panelists.
Note: As per Zoom’s docs, a Zoom Pro plan or higher with the webinar add-on enabled is required to retrieve this data.
Replication Method | Full Table |
Primary Keys | id webinar_id |
| Useful links |
webinar_poll_results
The webinar_poll_results data contains information about poll results from specific Zoom webinars.
Note: As per Zoom’s docs, the following requirements must be met to retrieve this data:
- A Zoom webinar license
- A Pro plan or higher
Replication Method | Full Table |
Primary Keys | webinar_id |
| Useful links |
webinar_polls
The webinar_polls table contains information about polls in your Zoom webinars.
Note: As per Zoom’s docs, a Zoom Pro plan or higher with the webinar add-on enabled is required to retrieve this data.
Replication Method | Full Table |
Primary Keys | id webinar_id |
| Useful links |
webinar_qna_results
The webinar_qna_results table contains information about about the questions and answers from specific Zoom webinars.
Note: As per Zoom’s docs, the following requirements must be met to retrieve this data:
- A Zoom webinar license
- A Pro plan or higher
Replication Method | Full Table |
Primary Keys | webinar_id |
| Useful links |
webinar_questions
The webinar_questions table contains information about your questions to be answered when registering for a Zoom webinar.
Note: As per Zoom’s docs, a Zoom Pro plan or higher with the webinar add-on enabled is required to retrieve this data.
Replication Method | Full Table |
Primary Key | webinar_id |
| Useful links |
webinar_registrants
The webinar_registrants table contains information about the users registered for a webinar in your Zoom account. Only webinars where registration is required are included in this table.
Note: As per Zoom’s docs, a Zoom Pro plan or higher with the webinar add-on enabled is required to retrieve this data.
Replication Method | Full Table |
Primary Keys | webinar_id id |
| Useful links |
webinar_tracking_sources
The webinar_tracking_sources lists all information about tracking sources in your Zoom account. Only webinars where registration is required will be included in this table.
Note: As per Zoom’s docs, a Zoom Pro plan or higher with the webinar add-on enabled is required to retrieve this data.
Replication Method | Full Table |
Primary Keys | id webinar_id |
| Useful links |
webinars
The webinars table contains information bout webinars scheduled from your Zoom account.
Note: As per Zoom’s docs, a Zoom Pro plan or higher with the webinar add-on enabled is required to retrieve this data.
Replication Method | Full Table |
Primary Key | uuid |
| Useful links |