Sep 20 2023 01:54 AM
In Azure AD (now Microsoft Entra) when you lookup a Group there is a section called Group links which shows features associated with a Group (like Teams, SharePoint, Outlook, etc). I need to programmatically get these features associated with a given group.
My approach so far is to query Graph for all of these features separately (querying for a calendar to see if group has outlook, querying for a notebook for OneNote etc) and it does work indeed. The problem is that there are lots of discrepancies between that method and data shown in AD. I have multiple Groups where there are features enabled for that group - for example API returns Planner plans for a group but that group does not have Planner shown in AD (which it should).
Any ideas where the discrepancies might be coming from?