Forum Discussion
harishpatil
Mar 22, 2026Brass Contributor
How to hide the Modify this view and Create View as per users available in groups
Hi All, I have classic view of SharePoint in list/libraries. I have group(for Managers). I just want want to show and hide the Create View/Modify View/Modify this view depends on users available in ...
virendrak
May 17, 2026Steel Contributor
This is possible, but only through permission levels, not UI hiding or JSON formatting.
To control who can see Create View / Modify View / Modify This View, assign permission levels like this:
- Give Managers a permission level that includes Manage Lists (e.g., Design or Edit or Full Control permission levels). They can create and modify public views.
- Give non‑managers a permission level that does NOT include Manage Lists (e.g., Contribute permission level ). They cannot modify public views, but they can create personal views.
- Remove the “Edit” permission level from non‑managers. Because Edit includes Manage Lists, which would allow them to change public views.
If my post solved your issue or answered your query, please mark it as a Solution and give it a Like.