List upcoming meetings
GET {{baseUrl}}/users/:userId/upcoming_meetings
List a Zoom user's upcoming meetings. For user-level apps, pass the me
value instead of the userId
parameter.
Note * This API includes the meetings that Zoom users schedule and the meetings they are invited to join. * This API only includes upcoming meetings within the next 24 hours.
Scopes: meeting:read
,meeting:read:admin
Rate Limit Label: MEDIUM
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"total_records":"\u003cinteger\u003e","meetings":[{"id":"\u003clong\u003e","topic":"\u003cstring\u003e","type":2,"start_time":"\u003cdateTime\u003e","duration":"\u003cinteger\u003e","timezone":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","join_url":"\u003cstring\u003e"},{"id":"\u003clong\u003e","topic":"\u003cstring\u003e","type":1,"start_time":"\u003cdateTime\u003e","duration":"\u003cinteger\u003e","timezone":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","join_url":"\u003cstring\u003e"}]}