Read meeting registrants
Reads the list of registrants for a specific meeting. This is available for meetings that require registration and provides attendee details like name, email, and registration status.
Use the MeetingRegistrants table with a MeetingId to access this data.
SELECT * FROM MeetingRegistrants
WITH(
MeetingId='1234'
)