Forum Discussion
Christy Satterfield
Apr 28, 2023Copper Contributor
Allow users to create site pages but only edit their own pages.
I am using then new feature for a classifieds ad section on our intranet and it works really well however I need to allow users to create pages, but not edit other ends users' pages. This is exactly...
ganeshsanap
Apr 28, 2023MVP
Christy Satterfield You have to use custom page level permissions for your requirements.
- Run a Power automate flow when new site page is created in library - Use site owner account to create a flow
- Break permissions inheritance on site page
- Grant site owners/admins Full control permissions
- Grant write access to "Created By" user
- Grant read access to other users / Visitors group
Check this for more information:
- Site Sharing, List to show users only their created by items however show list items to all employees under that manager
- Set Specific User Restrictions on certain pages - manual steps demo
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
- Christy SatterfieldApr 28, 2023Copper ContributorThank you for the references, I was just getting into power automate to do this exact thing. I'll see if I can get it to work. Thank you much.