powered by
Get registration question answers from all registrants for a single webinar.
get_registration_questions( webinar_id, account_id, client_id, client_secret, registrant_status = c("approved") )
A data frame with the registration question answers.
Zoom Webinar Id, typically an 11 digit number.
Account Id granted by the Zoom developer app.
Client Id granted by the Zoom developer app.
Client secret granted by the Zoom developer app.
One or more of "approved", "pending", or "denied". Default is "approved" only.
See <https://marketplace.zoom.us/docs/api-reference/zoom-api/> for documentation on the Zoom API.
if (FALSE) { dat <- get_registration_questions(webinar_id = "99911112222", your_account_id, your_client_id, your_client_secret, c("approved", "denied", "pending")) }
Run the code above in your browser using DataLab