GET |
/v2/accounts/{accountId}/users/{userId}/meetings List all the scheduled/live meetings on Zoom. |
POST |
/v2/accounts/{accountId}/users/{userId}/meetings Create a meeting on Zoom. |
GET |
/v2/accounts/{accountId}/meetings/{meetingId} Get a meeting on Zoom via meeting ID |
PATCH |
/v2/accounts/{accountId}/meetings/{meetingId} Update meeting info on Zoom via meeting ID. |
DELETE |
/v2/accounts/{accountId}/meetings/{meetingId} Delete a meeting on Zoom |
PUT |
/v2/accounts/{accountId}/meetings/{meetingId}/status Update meeting status on Zoom. |
GET |
/v2/accounts/{accountId}/meetings/{meetingId}/registrants Gather Meeting registrants info. |
POST |
/v2/accounts/{accountId}/meetings/{meetingId}/registrants Register for a meeting. |