How do you view a list of Sharepoint user profiles

user1234567890 1 Reputation point
2020-08-25T20:09:34.117+00:00

How do you view a list of Sharepoint user profiles. The only option in admin is to key in each profile you think may exist then search for it, it will then list that one profile it finds it based on your search term (sometimes). Is there a way to view a simple list of active Sharepoint user profiles and their permissions or group assignments.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,737 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Trevor Seward 11,691 Reputation points
    2020-08-25T23:17:30.973+00:00

    SharePoint doesn't store permissions at a single central port, making it difficult to report. There are third party tools that do this, however, such as Sharegate or SPDocKit, among others. I would suggest you look into SharePoint farm management tools like these.

    0 comments No comments

  2. Jerry Xu 256 Reputation points
    2020-08-26T06:58:35.427+00:00

    If you want to view a list of user profiles with permission, it is a bit hard due to the way SharePoint handles permission. As a workaround, it is possible to use PowerShell generating a csv file listing some user properties or permissions.

    Some examples you can have a check:

    https://www.sharepointdiary.com/2018/09/sharepoint-online-get-user-permission-report-using-powershell.html

    https://www.sharepointdiary.com/2017/02/sharepoint-online-get-all-users-using-powershell.html