Regarding the Sharing Permisssion on the SharePont on premise

Brass Contributor

Hi there,

I have scenario is when I add a user (A) into the SharePoint group automatically by custom program. now after that,

  1. I share 1 document in the ABC document library to A. that means user (A) can access the document I shared. 
  2. I share another document in the DEF document library to A. that means user (A) can access the document I shared as well.

One day, user A quits the job. so after workflow completed, the custom program will removes the user permission from SharePoint Group. BUT my question is how to find out these two documents I shared then remove the user A permissions.

 

WILL

3 Replies

@Will # _________ H 

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"

 

clipboard_image_0.png

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.

I 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