How to get a list of users with access to the SharePoint Online site?
When managing sensitive information on a SharePoint Online site with varying user permissions, it’s essential to prevent the risk of external data sharing. To ensure proper access control, follow these steps to list all users with site access and revoke any unnecessary permissions.
You can see the list of SharePoint Online users by following the methods below.
From SharePoint admin center
- Sign in to the SharePoint admin center.
- Navigate to section.
- Click the desired SharePoint Online site and go to the Membership tab.
- Here, you can view SharePoint Online site users categorized by their membership level, such as site owners, site admins, site members, and visitors. This helps you understand their permissions and manage their privileges effectively.
From Windows PowerShell
- Connect to the SharePoint Online PowerShell using the cmdlet below.
Connect-SPOService –Url https://<yourtenant>-admin.sharepoint.com
- Execute the following cmdlet to get a list of users granted access to the SharePoint Online site, including their default group and permission level.
Get-SPOUser -Site <SiteURL> -Limit All | Select-Object -Property DisplayName, LoginName, Groups, Usertype | Format-Table
Empower yourself with complete control over your SharePoint Online sites with AdminDroid’s automated collection of user access information.
- Just head to the SharePoint Online Site Users report in AdminDroid to find out which users have access to your SPO sites.
- The report offers you details such as user name, site address, email, site group membership, etc.