API calls for Zoom
The Zoom connector makes API calls to Zoom to retrieve data.
Users
The call uses the GET operation to retrieve information about the account's Zoom users.
URI:https://api.zoom.us/v2/users
See Zoom API docs for more information.
Cloud recording report
The call uses the GET operation to retrieve cloud recording usage report for a specified period.
URI:https://api.zoom.us/v2/report/cloud_recording
See Zoom API docs for more information.
Users report
The call uses the GET operation to retrieve the Active Hosts report which displays a list of meetings, participants, and meeting minutes.
URI:https://api.zoom.us/v2/report/users
See Zoom API docs for more information.
Plans usage
The call uses the GET operation to retrieve information about plans and their usage.
URI:https://api.zoom.us/v2/accounts/{accountId}/plans/usage
See Zoom API docs for more information.
Meeting metrics
The call uses the GET operation to retrieve information about meetings.
URI:https://api.zoom.us/v2/metrics/meeting
See Zoom API docs for more information.