← Tools Reference

Zoom

Zoom integration (Communication, Productivity). Imported from open-connector.

OAuth2 toolshttps://api.zoom.us/v2
GET
zoom_get_user
Fetch one Zoom user by user ID, email address, or me when supported by the app.

/users/{userId}

1 parameter
ParamTypeRequiredDescription
userIdstringrequiredThe Zoom user ID or email address. Use me when the credential can act on the cu…
GET
zoom_list_meetings
List scheduled, live, upcoming, or previous meetings for a Zoom user using official pagination.

/users/{userId}/meetings

7 parameters
ParamTypeRequiredDescription
userIdstringrequiredThe Zoom user ID or email address. Use me when the credential can act on the cu…
typestringoptionalThe meeting list type to request from Zoom.
fromstringoptionalA Zoom date filter in YYYY-MM-DD format.
tostringoptionalA Zoom date filter in YYYY-MM-DD format.
timezonestringoptionalThe timezone used to interpret the from and to filters.
pageSizeintegeroptionalThe number of records returned within a single API call.
nextPageTokenstringoptionalThe next_page_token value returned by Zoom for the next page of results.