Forum Discussion
Will # _________ H
Aug 29, 2019Brass Contributor
Regarding the Sharing Permisssion on the SharePont on premise
Hi there, I have scenario is when I add a user (A) into the SharePoint group automatically by custom program. now after that, I share 1 document in the ABC document library to A. that means user (...
Vikram_Samal
Aug 30, 2019MCT
You do not have to go and find if the user has left/removed from the organisation rather you need to go to each site collection and go the following link which will give you all user details for the site collection.
https://{Tenant Name}.sharepoint.com/sites/{Site Name}/_layouts/15/people.aspx?MembershipGroupId=0
Then select/check the user who you want to remove and click the option "Delete User from Site Collection"
This will remove the user from all the site, list, library or item level permission. Hope this helps.
We use this approach everyday to mange our deactivated users but using programmatic approach.
- Will # _________ HSep 08, 2019Brass ContributorI think I found out where the issue is ... thanks for your information. Now I just remove the permission of user account from SharePoint Group that will come with the permission of sharing will be removed as well
- Vikram_SamalSep 09, 2019MCT
Will # _________ H Thanks will glad I could help.