ODBC guide

Read past meeting registrants


Reads registrants from a past meeting. This allows you to retrieve attendance information for meetings that have already concluded.

Query the PastMeetingRegistrants table with the MeetingId of the completed session.

SELECT * FROM PastMeetingRegistrants
WITH(
  MeetingId='123456'
)