Getting a host's email address via GET /meetings/{meetingId}

Is there a way of getting the host_email for a particular meeting?

I looked at the docs and you can get the host ID (https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting) but seemingly not the host_email as you can via the recording completed webhook event (https://marketplace.zoom.us/docs/api-reference/webhook-reference/recording-events/recording-completed)

I just realised I don’t require this - I can use the https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetingdetails endpoint. Leaving this here in case someone else has the same query RE: meetings scheduled in the future.

1 Like

Yep, you can use the Past Meeting Participant endpoint, or the Past Meetings Participant Report endpoint to get a registered participants email.

Thanks,
Tommy