Start time incorrect for users meetings

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

  1. Create a recurring meeting over a few days
  2. Call the above endpoint
  3. Check if the start date is the same as listed online

Hi @Admin_NK_SSE
Thanks for reaching out to us!
Allow me some time to troubleshoot this on my end and I will get back to you with an update