API calls for Zoom
Zoom connector API calls to Zoom for retrieval of data.
References
Users
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
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
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
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
Uses the GET operation to retrieve information about meetings.
URI:
https://api.zoom.us/v2/metrics/meeting
See Zoom API docs for more information.