Forum Discussion
How to add users to SP Group through the interface when having read Permission on the Site (SP2016)
- Mar 15, 2021
If you have only read permissions on SharePoint site level then all the UI options related to site permissions will be hidden from you. There is no way you can navigate to particular group permissions from out of the box UI options.
You can also try to check if you can access "Site Permissions" page using URL:
<site-url>/_layouts/user.aspxAs a workaround you can create a quick link on navigation/SharePoint page which redirects to particular group URL.
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.
If you have only read permissions on SharePoint site level then all the UI options related to site permissions will be hidden from you. There is no way you can navigate to particular group permissions from out of the box UI options.
You can also try to check if you can access "Site Permissions" page using URL:
<site-url>/_layouts/user.aspx
As a workaround you can create a quick link on navigation/SharePoint page which redirects to particular group URL.
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.
- AriouleMar 16, 2021Copper Contributor
Thanks a lot ganeshsanap