Add member to Directory Role Global Reader via templateRoleId
Im trying to add the global reader role to an app registration, but somehow my code below is not working and the result count is always 0.
In a single call Get all the Users in a group along with the number of groups that each user belongs to?
we are using the following query to get the list of all the members in a group
C# Graph Beta get all Assignment Types with their Detection Rules for all Win32LobApps in 1 call
I’m try to get all MobileApps together with their Detection Rules in just 1 call to GraphAPI Beta. Using PostMan, sending 1 GET request https://graph.microsoft.com/beta/deviceAppManagement/mobileApps?$filter=isof('microsoft.graph.win32LobApp')&$top=1000
would return you a list of Top 100 MobileApps in JSON format. Each object would have a Detection Rules, containing various data which is not really the case when doing the same in C# using the Graph Beta library(at least to my knowledge).