Zoom integration (Communication, Productivity). Imported from open-connector.
https://api.zoom.us/v2/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Zoom user ID or email address. Use me when the credential can act on the cu… |
/users/{userId}/meetings
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Zoom user ID or email address. Use me when the credential can act on the cu… |
| type | string | optional | The meeting list type to request from Zoom. |
| from | string | optional | A Zoom date filter in YYYY-MM-DD format. |
| to | string | optional | A Zoom date filter in YYYY-MM-DD format. |
| timezone | string | optional | The timezone used to interpret the from and to filters. |
| pageSize | integer | optional | The number of records returned within a single API call. |
| nextPageToken | string | optional | The next_page_token value returned by Zoom for the next page of results. |