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
For more information, see Zoom API docs .
Cloud recording report
The call uses the GET operation to retrieve a cloud recording usage report for a specified period.
URI: https://api.zoom.us/v2/report/cloud_recording
For more information, see Zoom API docs .
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
For more information, see Zoom API docs .
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
For more information, see Zoom API docs .
Meeting metrics
The call uses the GET operation to retrieve information about meetings.
URI: https://api.zoom.us/v2/metrics/meeting
For more information, see Zoom API docs .