List Webinar Participant API return ID as null values

In List webinar participant API some of the participant IDs return null values.

I have tested with below conditions. Please have a look.
Both licensed and unlicensed participants joined webinar respectively.

  1. webinar on 2023/02/22. → Return all participants ID
  2. webinar on 2023/03/01. → Return ID for licensed participants and null values for unlicensed participants
    3.webinar on 2023/03/01. → Return ID for licensed participants and null values for unlicensed participants ※ But return ID for one of the unlicensed participants

I would like to know the behavior of List Webinar Participants API response.
Because I need to get a participant ID as unique ID.
I haven”t seen that participant ID will return null value in Zoom API documentation.
Is it the API issue or something?

Furthermore, if you have any ideas to get all participant ID with other way, please assist me.

Thanks.

2 Likes

Hi @hninayewai ,

Please see below. It may be related to the changes outlined here:

Even though GET /past_webinars/{webinarId}/participants is not listed as affected in the change log, it may have been. We’re awaiting more info.

Thanks,
Gianni

1 Like

@gianni.zoom Thanks for your reply.
So, do you mean we have to wait until the changelog is published?
If so, may I know
①how long it would take to be published?
②probably, this API GET /past_webinars/{webinarId}/participants also have effect for bug fixing?

1 Like

Hi @hninayewai ,

You don’t have to wait for the changelog! It looks like participant id will not be returned for users who are external to the host account, but registrant id will be available. You will need to require registration to get this value.

1 Like

Update: here is the release on this made last Friday, March 3: https://marketplace.zoom.us/docs/guides/stay-up-to-date/announcements/#meeting-api-fields-hidden-in-dashboard-and-report-apis

See also: IMPORTANT notice about reporting endpoints and participant identifiers in the Meeting API