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 reference] |
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 reference] |
Get Meeting By Id | get_meeting | The Meeting Id or email address of the user. For user-level apps, pass the me value. [API reference] |
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 reference] |
Past Meeting | list_past_meeting_registrants | Use this API to get information about a past meeting. [API reference] |
List Registration Questions | list_registration_questions | List registration questions that will be displayed to users while registering for a meeting. [API reference] |
List Users | list_users | Use this API to list your account's users.'s users [API reference] |
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 reference] |
Get Webinar Settings | get_webinar_settings | Use this API to get settings details of a scheduled webinar. [API reference] |
Get Webinar Settings By Id | get_webinar | Use this API to get details of a scheduled webinar. [API reference] |
List Webinar Registrants | list_webinar_registrants | Use this API to list all the users that have registered for a webinar. [API reference] |
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. |
Generic Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. 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. |