Filter Users by AppRoleAssignments.ResourceId using GraphServiceClient on C#
I’m trying to use GraphServiceClient to get a set of users which have an AppRoleAssignment with a specific ResourceId. I’ve researched enough to know that this should be doable (second example here, also here the ResourceId is said to support the filter by eq option), so I don’t know what am I doing wrong.