Web part name (as shown in web part properties) to which you’re suggesting an enhancement
Anniversaries
What is current web part behavior (or look) that doesn’t work for you?
When a user hovers the mouse over an employee picture, nothing happens.
> Have a screenshot (please do not include confidential info in your screenshots)?
What would you like the web part behavior (or look) to be?
When a user hovers the mouse over a user picture, it opens the M365 contact card for the user, in the same way that it opens, for example in the People app from Microsoft
> Have a sketch or a mockup?
What is the scenario for which you need the suggested new look/behavior?
The specific screenshot you’ve shared is using a component that is deprecated by Microsoft as per below: Person-Card component in Microsoft Graph Toolkit - Microsoft Graph | Microsoft Learn
Native SharePoint web parts:
- run entirely within SharePoint’s internal page context
- rely on privileged, undocumented, internal APIs
- are not constrained by the SharePoint Framework (SPFx) permission boundaries applied to third-party solutions
This is one of the reason why you see this contact details card still working inside Microsoft but not available to third parties.
With that we’ll leave this enhancement request in the queue and we’ll revisit it when Microsoft releases a replacement path.