How to I check what a user has access to?

Maciej Wasienczak 1 Reputation point
2022-06-23T10:49:55.763+00:00

When giving training in SharePoint one of the students asked a question:
"Cool that you can see what users have access to sites, folders and files. But can you see like a list of what one user has access to?"

So yeah, is there a way to see that without running a powershell script? Like a list of files/folders that one user has access to?

Microsoft 365 and Office SharePoint For business Windows
{count} votes

1 answer

Sort by: Most helpful
  1. Xuyan Ding - MSFT 7,601 Reputation points
    2022-06-24T06:29:59.82+00:00

    Hi @Maciej Wasienczak ,

    1.There is no available OOTB way to list down all the folder and files that a specific user has access. You might be able to see with a custom SPFx solution, which helps manage user permissions to lists/libraries/folders/files.
    Try to check the URL about SPFx solution: https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-securitygrid
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.

    2.Besides the first option, you will need to manually check the user's access rights. Check Permissions in site/library/list, or View Group Permissions to get a detailed list and corresponding permission level of all sites that this particular SP group has access to, and inheritance of certain Web Parts, folders or documents. Also, Unique permission will be displayed directly in the Permission settings page.
    214530-image.png
    214608-image.png
    214635-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.