Zoom users with a Webinar Plan https://zoom.us/webinar have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees. Use this API to list all the webinars that are scheduled by or onbehalf a user Webinar host .**Scopes:** webinar:read:admin webinar:read ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium**Prerequisites:*** Pro or higher plan with a Webinar Addon.

listWebinars_Webinars(
  userId,
  page_size = NULL,
  page_number = NULL,
  return_response = F
)

Arguments

userId

The user ID or email address of the user. For userlevel apps, pass me as the value for userId.

page_size

The number of records returned within a single API call.

page_number

**Deprecated** This field has been deprecated and we will stop supporting it completely in a future release. Please use "next_page_token" for pagination instead of this field.The page number of the current page in the returned records.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.