Retrieve Current User Information in SPFx Web Part using Graph API
As a SharePoint Framework developer, you may need to retrieve the current user’s information frequently. Recently, I got a requirement from a client to display logged-in user information, such as Email, Display Name, Job Title, Department, etc., in a SPFx web part. I did this using Microsoft Graph API. In this article, we will see … Read more >>>