Last active
March 7, 2023 18:12
-
-
Save bfrancom/b0dea959dca1580317aa737b32af7fa1 to your computer and use it in GitHub Desktop.
Get direct reports of manager from Microsoft Graph API filtered by name and email.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Get users under a manager using MS graph query. Uses select filter for displayName and email address | |
#Use this query in https://developer.microsoft.com/en-us/graph/graph-explorer | |
https://graph.microsoft.com/v1.0/me/directReports?$select=displayName,mail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment