> ## Content Index
> Fetch the complete content index at: https://blog.lsonline.fr/llms.txt
> Use this file to discover other available public pages before exploring further.

# SharePoint Framework Group People Web Part
- URL: https://blog.lsonline.fr/2019/04/20/sharepoint-framework-group-people-web-part/
- Published: 2019-04-20T18:51:34.000Z
- Updated: 2026-01-27T18:49:27.000Z
- Description: Display peoples to a SharePoint page without edit the page for each change. A SPFx Web Part that allow you to display members of a SharePoint Group easily
- Author: Laurent Sittler
- Tags: SharePoint Framework, Development, Microsoft 365, SharePoint, SharePoint Online, JavaScript

Currently, with the modern experience of SharePoint Online, you can display through the *People* Web Part some information about selected users of your Tenant.

![](https://blog.lsonline.fr/content/images/2019/04/LsOnline-SP-PeopleWebPartPicker-2.jpg)

![](https://blog.lsonline.fr/content/images/2019/04/LsOnline-SP-PeopleWebPart-SearchPeople-2.jpg)

![](https://blog.lsonline.fr/content/images/2019/04/LsOnline-SP-PeopleWebPartResult-2.jpg)

People Web Part of SharePoint

Each time you want to add, edit or remove people, you have to edit the page, make the change to the Web Part and finally, save the page.

Often, these person represents their own entity, the moderators or leaders of the SharePoint site and often, these people are managed on a SharePoint group to grant them more rights than other users.

What would you say if you could view all members of a SharePoint group on a page? Manage a team in a SharePoint group and highlight the members of that team on a SharePoint page without having to edit the page at each change? Or whatever...

It is a use case I often met, and this Web Part should help you too:

![](https://blog.lsonline.fr/content/images/2019/04/LsOnline-SPFx-GroupPeople.mp4.gif)

Group People SPFx Web Part

What it can do:

- From the property pane, you can select one group among available SharePoint groups of the current site
- From the property pane, you can choose between display the title of the group, display an alternate title, or nothing
- The Web Part display all members of the selected group like the "compact" layout of the *People* Web Part of SharePoint
- The members of the group are displayed in ASC order based on their `DisplayName`

  
[ ![](https://blog.lsonline.fr/content/images/2021/01/gitlab-white-64.png) Group People repository ](https://gitlab.lsonline.fr/SharePoint/sp-dev-fx-webparts/group-people?ref=blog.lsonline.fr)
  
  
Hoping this post will help you 🚀