Graphapi - Temporary e-mail blog !

Dive into the world of knowledge without taking yourself too seriously. From the demystification of complex subjects to jokes that defy convention, we're here to rattle your brain and bring a wry smile to your face. đŸ€“đŸ€Ł

Fetching Azure AD User's Entra ID Using Microsoft Graph API
Gerald Girard
26 March 2024
Fetching Azure AD User's Entra ID Using Microsoft Graph API

Utilizing the Microsoft Graph API for accessing and managing Azure AD user information presents a powerful tool for developers working with .NET web applications. The challenge of retrieving a user's Entra ID based on their address is navigated through registering an application in Azure, setting up authentication, and handling API permissions meticulously.

Issues with Sending Emails to Office 365 Groups via Graph API
Daniel Marino
19 March 2024
Issues with Sending Emails to Office 365 Groups via Graph API

Exploring the intricacies of Microsoft Graph API for sending messages to Office 365 groups unveils a series of challenges and solutions. Recent issues with message delivery not reaching recipients highlight the importance of understanding API permissions, network configurations, and spam filters.