API Endpoint(s) and/or Zoom API Event(s)
GET Users Meetings: https://developers.zoom.us/docs/api/meetings/#tag/meetings/GET/users/{userId}/meetings
Description
I’m using this above endpoint to list all meetings for a given user.
Error?
For recurring meetings (type=8) the start_time
value is actually the end time of the last occurrence. For example, I have a recurring meeting running from 3-5 March 2026, each day starting at 09:00 and finishing at 12:30. The object for that meeting lists: "start_time": "2026-03-05T12:30:00Z"
.
For a type=2 meeting, the start time appears correct.
How To Reproduce
- Create a recurring meeting over a few days
- Call the above endpoint
- Check if the start date is the same as listed online