When making calls to get user centric data from the Microsoft Graph API the documentation tells us we can use either the users (Graph) id or the users UPN (Active Directory User Principal Name) For example, to get the details of a specific user GET /users/{id|userPrincipalName} To get mail messages for a specific user GET... Continue Reading →