I am trying to get a list of members of a class in MS Graph Education.
I make this call:
https://graph.microsoft.com/beta/education/classes//members
But I get this error:
{:code=>"AccessDenied", :message=>"Required claim values are not provided." }
My application is configured to use the following scopes: EduAssignments.Read.All EduRoster.Read.All
I can successfully get classes, assignments, even the teachers. https://graph.microsoft.com/beta/education/classes/ https://graph.microsoft.com/beta/education/classes//assignments https://graph.microsoft.com/beta/education/classes//teacher
But somehow it fails for: https://graph.microsoft.com/beta/education/classes//members
What am I missing?