Zoom Connector
Zoom Connector Help
Version 1
ZappySys Logo File Version: v1
Supported Engine: 4

EndPoints for Zoom Connector


On this page you will see possible API actions you can perform with Zoom connector. We will refer this as API EndPoint or just EndPoint.

Label Name Description
GET Settings get_settings Retrieve a user's settings. For user-level apps, pass the me value instead of the userId parameter. [API Help..]
List Meetings list_meetings Get the list of scheduled meetings. For current user (me) or specified user Id. To get more details about a meeting you can call get_meeting EndPoint. [API Help..]
Get Meeting By Id get_meeting The Meeting Id or email address of the user. For user-level apps, pass the me value. [API Help..]
List Meeting Registrants list_meeting_registrants A host or a user with admin permission can require registration for a Zoom meeting. Use this API to list users that have registered for a meeting. [API Help..]
Past Meeting list_past_meeting_registrants Use this API to get information about a past meeting. [API Help..]
List Registration Questions list_registration_questions List registration questions that will be displayed to users while registering for a meeting. [API Help..]
List Users list_users Use this API to list your account's users.'s users [API Help..]
List Webinars list_webinars Use this API to list all the webinars scheduled by or on-behalf a user (webinar host). For user-level apps, pass the me value instead of the userId parameter. [API Help..]
Get Webinar By Id get_webinar_settings Use this API to get settings details of a scheduled webinar. [API Help..]
Get Webinar By Id get_webinar Use this API to get details of a scheduled webinar. [API Help..]
List Webinar Registrants list_webinar_registrants Use this API to list all the users that have registered for a webinar. [API Help..]
Generic Request generic_request This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.