TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Delete A User Permanently From Site Collection
ruthvik deekonda
Jul 07, 2016
3.3
k
0
1
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
In this blog, you will learn, how to delete a user permanently from the Site collection.
This is a request to remove the user permissions across the whole Site collection.
It will be time consuming to check the permissions for every list/library/sub-site that has unique permissions and remove the user from it.
Hence, there is a workaround for this, where removing the user will remove the user permissions from the entire site collection. _catalogs/users/simple.aspx displays all the users, across the Site collection.
Navigate to
_l
ayouts/15/people.aspx?MembershipGroupId=0
Select any group/user, that needs to be removed.
Click Actions and select Delete Users from the Site collection.
User Permissions will be removed across the whole Site collection.
Delete A User
Site Collection
SharePoint
Next Recommended Reading
How To Get All Site Collection Administrators From SharePoint Online Site Collections Using PnP PowerShell