Forum Discussion
PhreeRun
Nov 10, 2025Copper Contributor
Remove profile picture in the People Webpart
Hi, As per the title, is there a way to remove the profile picture in the People webpart in sharepoint? If not is there a way to pull the contact details into a sharepoint list instead? th...
rogerval
Dec 01, 2025MCT
The People web part doesn’t currently support removing or hiding the profile photo — it always displays the image coming from Azure AD / Delve.
If you need a profile-like view without pictures, the common workaround is:
- Use a SharePoint List with the fields you need (Name, Role, Email, etc.)
- Display it using a List View Web Part or Highlighted Content Web Part
- Apply formatting (JSON or standard views) to make it look like a directory
This gives you full control over what is shown without relying on the People web part’s fixed layout.
It’s a lightweight approach and works well when you want a clean, text-only staff/contact directory.