I recently figured out that there are two Graph APIs availble for Azure Active Directory. There is the unified graph.microsoft.com
and the AAD specific graph.windows.net
:
Azure AD Graph API functionality is also available through Microsoft Graph, a unified API that also includes APIs from other Microsoft services like Outlook, OneDrive, OneNote, Planner, and Office Graph, all accessed through a single endpoint with a single access token.
Is there any reason to use the unifed Graph API when I only need to browse AAD objects? Will the AAD specific graph.windows.net
GraphAPI get deprecated?