Forum Discussion
Rocco_GBO
Oct 09, 2023Copper Contributor
SharePoint Permissions Question on People webpart
I built an intranet on a Modern Communication Hub site. On each Department page, I want to add a people web part to display the members of the Depratment. Makes sense right? I wanted to pull in th...
Oct 09, 2023
So I know what you're getting at and no, unfortunately there's no web part out of the box that support displaying members of a group . You can of course build one using SPFX, It would be pretty straight forward 🙂 As it possible to get this information user Graph API and query the members of the group.
Side Note, but depending on how your organisations AD is configured you should just be able to use the organisational webpart, add the head of that department and everyone who's reporting to them should show up and further down
https://support.microsoft.com/en-gb/office/use-the-organization-chart-web-part-77e3fd2e-568c-454c-a0b4-611eb79fce11
Side Note, but depending on how your organisations AD is configured you should just be able to use the organisational webpart, add the head of that department and everyone who's reporting to them should show up and further down
https://support.microsoft.com/en-gb/office/use-the-organization-chart-web-part-77e3fd2e-568c-454c-a0b4-611eb79fce11
Rocco_GBO
Oct 09, 2023Copper Contributor
NicolasKheirallah Thank you for replying. I had considered that so thanks for that information. I think the hard part is the people they want to add are in as guest accounts. So there is no hierarchy... I need to keep it OOTB for them. OK, So I guess I'm doing what I thought to do...