List Webinar Registrants: Source Name is missing in List Webinar Registrants

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

Description
The Source Name column in the “All Registrants” report (created via Account Management → [Reports] → [Usage Reports]) is not available via https://api.zoom.us/v2/webinars/{webinarId}/registrants.
The column is a crucial piece of information and we would like to get it via the API endpoints.

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
JWT

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
https://api.zoom.us/v2/webinars/{webinarId}/registrants.

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

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @kisappdev ,

Is this what you’re referring to?

If so, you can pass it as a query parameter in the request to get this field in your response body.
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/webinarRegistrants

Let me know if this helps!,
Gianni

Hi,

Does this mean that we need to call for each tracking_source_id as a parameter to get the Source Name (the column P of the Registration Report)?

Is there an API end-point that simply includes the Source Name in its registrants’ list? (The API document does not have it currently. See the screenshot below):

Thank you,
Daniel

H @kisappdev ,

You pass through the tracking_source_id that you create and it will return the results that match with that value. There’s no other API endpoint that includes the Source Name, but you can suggest this as a #feature-requests if it’s something you’d like Zoom to develop!

Gianni

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