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

{&quot;email&quot;:&quot;\u003cemail\u003e&quot;,&quot;first_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;address&quot;:&quot;\u003cstring\u003e&quot;,&quot;city&quot;:&quot;\u003cstring\u003e&quot;,&quot;comments&quot;:&quot;\u003cstring\u003e&quot;,&quot;country&quot;:&quot;\u003cstring\u003e&quot;,&quot;custom_questions&quot;:[{&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;},{&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}],&quot;industry&quot;:&quot;\u003cstring\u003e&quot;,&quot;job_title&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;no_of_employees&quot;:&quot;1-20&quot;,&quot;org&quot;:&quot;\u003cstring\u003e&quot;,&quot;phone&quot;:&quot;\u003cstring\u003e&quot;,&quot;purchasing_time_frame&quot;:&quot;&quot;,&quot;role_in_purchase_process&quot;:&quot;Not involved&quot;,&quot;state&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;denied&quot;,&quot;zip&quot;:&quot;\u003cstring\u003e&quot;,&quot;language&quot;:&quot;de-DE&quot;,&quot;create_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;join_url&quot;:&quot;\u003cstring\u003e&quot;}