SOLVED

Display different home pages

Brass Contributor

On a SharePoint modern site, is there a way to display a different site page for the home page based on the user's group they are in?

1 Reply
best response confirmed by smithme (Brass Contributor)
Solution

@smithme 

 

I don't think there's a way to do exactly what you're looking for in SharePoint Online at least.

 

There are a few solutions that might get you to the same end

 

1. Create an SPFx application customizer to run a JavaScript redirect on the homepage. This would check the logged in user's properties and be able to redirect them on page load. This would probably be slow enough for users to notice additional load time though.

 

2. Depending on what you've got going on on the home page, you might be able to get different content to show up for different users through a combination of audience targeting and custom SPFx web parts