Delegated-Users
Number of APIs: 12
-
Get my about me GET https://graph.microsoft.com/v1.0/me/aboutMe
-
Get my skills GET https://graph.microsoft.com/v1.0/me/?$select=displayName,skills
-
Get my manager GET https://graph.microsoft.com/v1.0/me/manager
-
Get my direct reports GET https://graph.microsoft.com/v1.0/me/directReports
-
Get my groups GET https://graph.microsoft.com/v1.0/me/memberOf
-
Get my photo GET https://graph.microsoft.com/v1.0/me/photo/$value
-
Get users $filter GET https://graph.microsoft.com/v1.0/users?$filter=Department eq 'Finance'
-
Get user's profile by email GET https://graph.microsoft.com/v1.0/users/{{UserName}}
-
Get a user's profile by id GET https://graph.microsoft.com/v1.0/users/{{UserId}}