listMeetings.Rd
List all the meetings that were scheduled for a user meeting host . This API only supports scheduled meetings and thus, details on instant meetings are not returned via this API.**Scopes:** meeting:read:admin meeting:read ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium
listMeetings( userId, type = NULL, page_size = NULL, next_page_token = NULL, page_number = NULL, return_response = F )
userId | The user ID or email address of the user. For userlevel apps, pass me as the value for userId. |
---|---|
type | The meeting types: scheduled This includes all valid past meetings unexpired , live meetings and upcoming scheduled meetings. It is equivalent to the combined list of "Previous Meetings" and "Upcoming Meetings" displayed in the user's Meetings page https://zoom.us/meeting on the Zoom Web Portal.live All the ongoing meetings.upcoming All upcoming meetings including live meetings. |
page_size | The number of records returned within a single API call. |
next_page_token | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
page_number | 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. |