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
Request Params
| Key | Datatype | Required | Description |
| occurrence_id
| string | | The meeting or webinar occurrence ID. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"email":"\u003cemail\u003e","first_name":"\u003cstring\u003e","id":"\u003cstring\u003e","address":"\u003cstring\u003e","city":"\u003cstring\u003e","comments":"\u003cstring\u003e","country":"\u003cstring\u003e","custom_questions":[{"title":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","value":"\u003cstring\u003e"}],"industry":"\u003cstring\u003e","job_title":"\u003cstring\u003e","last_name":"\u003cstring\u003e","no_of_employees":"1-20","org":"\u003cstring\u003e","phone":"\u003cstring\u003e","purchasing_time_frame":"","role_in_purchase_process":"Not involved","state":"\u003cstring\u003e","status":"denied","zip":"\u003cstring\u003e","language":"de-DE","create_time":"\u003cdateTime\u003e","join_url":"\u003cstring\u003e"}