API does n't return the leave_time property in meeting participants API

Using this template helps us debug your issues more effectively :slight_smile:

Description
ZOOM API does n’t have leave_time property for the couple of participants.
Meeting id #93025393585
Zoom InstanceUUID- JecHGlMnSryE3/QoSPdNqA==

Which Endpoint/s?
https://api.zoom.us/v2/metrics/meetings/JecHGlMnSryE3/QoSPdNqA==/participants?page_size=300&type=past&next_page_token=

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request the above URL with the meeting details
  2. See error

Screenshots (If applicable)
PFA
leave_time_missing
Additional context
At very first time we are experiencing the issue.

Hi @qadonotreply05,

Thanks for sharing these details—to confirm, did you call this API during the live meeting, or afterwards? Do you still see the leave_time missing?

If so, can you share the participant IDs of the individuals for which no leave_time is reflected?

Thanks!
Will

Hi,
I have called this when we got the callback request from zoom. Please find the details of the participants.

        "user_id": "",
        "user_name": "",

         "user_id": "",
        "user_name": "",

Thanks

Hi @qadonotreply05,

Thank you for confirming these details—this sounds like it may be a bug. Can you please share the full request URL and response body with me at developersupport@zoom.us? We will further investigate.

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.