Home > Software design >  how to manage people that can access to folders in SharePoint using API
how to manage people that can access to folders in SharePoint using API

Time:10-18

i am trying to use SharePoint API to manage people that can access to some specifics folders , is it possible ? thanks for your help and your time <3

CodePudding user response:

You could use the Rest API in order to break inheritance/delete unique assignments, add permissions to unique users or groups. You can check out some examples on this link.

You can also use Power Automate SharePoint Connector Actions in order to achieve the same result. Here are some of the actions you can take:

I hope these were some of the options that you were looking for.

  • Related