Read webinar registrants
Reads the list of people registered for a specific webinar. This includes their contact details and answers to any registration questions.
Query the WebinarRegistrants table using the WebinarId.
SELECT * FROM WebinarRegistrants
WITH(
WebinarId='123456'
)