API Endpoint(s) and/or Zoom API Event(s)
GET /metrics/meetings/{meetingId}/participants
Description
I wanted to confirm that the documentation for the /metrics/meetings/{meetingId}/participants
endpoint is incorrect about the following information:
Provide
registrant_id
as the value for this field if you would like to see the registrant ID attribute in the response of this API call. A registrant ID is a unique identifier of a meeting registrant. This is not supported forlive
meeting types.
From my understanding, registrant_id
is included in the response for all participants, including for live meetings, regardless of whether is explicitly requested. Is this correct? In other words, can we rely on registrant_id
to continue to be returned in the response for all meetings, live and past?
Error?
N/A
How To Reproduce
- Hit the /metrics/meetings/{meetingId}/participants endpoint for a live meeting
Expected result (based on documentation): registrant_id
is not included in the response for participants
Actual result: registrant_id
is included in the response for participants