Forum Discussion
virtualEventsWebinar registations access issue
I'm trying to retrieve the registrations for a webinar session through the MSGraph, but the registrations seem to timeout anytime I try.
Following the documentation: https://learn.microsoft.com/en-us/graph/api/virtualeventwebinar-get?view=graph-rest-1.0&tabs=http
I've added the VirtualEvent.Read.All (Application) scope and getting the Webinar by id works fine (GET /solutions/virtualEvents/webinars/{webinarId}).
GET /solutions/virtualEvents/webinars/{webinarId}/sessions is also fine, but registrations return a Not Authorized.
According to the documentation it cannot be the the access policy, becuase then it should return an error code stating i'm lacking a access policy.
Just to rule it out, I created a access policy, which did not help out.
Anyone ever got this to work?
1 Reply
- ru-11-22-shareCopper Contributor
Dennis680 Have you tried using authentication with application permission instead of user delegated permission ?