Forum Discussion
ShahrinIdzuan
Sep 28, 2020Copper Contributor
Need help on creating Employee Directory for Modern Sharepoint
 Hi, I am new to SharePoint and I have been assigned a task to me to create a custom Employee Directory using either Office365 or Azure AD Connect to get all the information. All the tutorials I have ...
Sep 28, 2020
Take a look at the SPFx WebPart you can find in GitHub and see if there is one that might fit what you have asked for: https://github.com/pnp/sp-starter-kit#custom-web-parts
- ShahrinIdzuanSep 28, 2020Copper ContributorDo you know how to filter the account names? Some accounts are not actually users in the directory. jcgonzalezmartin - Sep 28, 2020Filter the users on given namn (serviceaccounts and other non-user accounts do not have the personal information added to then).- ShahrinIdzuanSep 28, 2020Copper ContributorHow do I edit the web part to do that?ArefHalmstrand