Hi
I'm maintaining a SharePoint list with users, getting basic info fra the user directory using the M365 Office User function. However, the out of the box functionality and values, does not provide Last SignIn nor User type (Member, Guest). Is there a way to get those if i have the UserID?
I have tried with Http request and this: GET https://graph.microsoft.com/beta/users?$filter=startswith(displayName,'DisplayName')&$select=displayName,signInActivity, but it fails. In the log i can see it translates Display Name into a correct name.