Hello Justin A,
Thank you for contacting Microsoft!
Regarding the query, on the Microsoft Teams webinar endpoint, if you want to pull registrants from the past hour, you could use a filter on the createdDateTime
property. Can you try the below endpoint once:
GET /solutions/virtualEvents/webinars/{webinarId}/registrations?$filter=createdDateTime ge 2025-01-17T10:45:00Z
Also, for the email filter, make sure you are correctly encoding the email address in the query.
Ensure to replace example%40domain.com
with the email address of the registrant, property URL-encoded.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.