'Are there any plans for the 'groups.link' attribute to return MS Graph API URLs?

I'm integrating Azure Active Directory's SAML SSO with my application. If the user has more than 150 groups then the Groups Overage Indicator is returned, as per the docs. However the link from the groups.link attribute is using the old Azure AD Graph API, rather than the new MS Graph one. The Azure AD Graph API is deprecated and set to be removed in June, in addition it's somewhat tricky to manage as one cannot add API permissions to the app without using workarounds like the Powershell client.

I have the user id on hand, so I could just construct a MS Graph API URL by hand, however as the Azure AD Graph API is on its way out, I assume at some point the groups.link attribute would either cease to exist or return a MS Graph API URL. Are there any plans to update the return value of the groups.link attribute?



Solution 1:[1]

Can you try this Link which gives new Microsoft Graph one for fetching the details of members of a particular groups MS Graph Groups .

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mehtab Siddique