Logo
Zoom Public API Documentation

Get a webinar registrant

GET {{baseUrl}}/webinars/:webinarId/registrants/:registrantId?occurrence_id=<string>

Zoom users with a webinar plan have access to creating and managing webinars. The webinar feature lets a host broadcast a Zoom meeting to up to 10,000 attendees. Scheduling a webinar with registration requires your registrants to complete a brief form before receiving the link to join the webinar.
Use this API to get details on a specific user who has registered for the webinar.

Prerequisites:

  • The account must have a webinar plan.

Scopes: webinar:read:admin,webinar:read

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
occurrence_id
string The meeting or webinar occurrence ID.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "email": "<email>", "first_name": "<string>", "id": "<string>", "address": "<string>", "city": "<string>", "comments": "<string>", "country": "<string>", "custom_questions": [ { "title": "<string>", "value": "<string>" }, { "title": "<string>", "value": "<string>" } ], "industry": "<string>", "job_title": "<string>", "last_name": "<string>", "no_of_employees": "1-20", "org": "<string>", "phone": "<string>", "purchasing_time_frame": "", "role_in_purchase_process": "Not involved", "state": "<string>", "status": "denied", "zip": "<string>", "language": "de-DE", "create_time": "<dateTime>", "join_url": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/webinars/:webinarId/registrants/:registrantId?occurrence_id=<string>?occurrence_id=<string>' -H 'Accept: application/json'

ENDPOINTS