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:
- Grant access to an item or a folder
- Stop sharing an item or a file
- Send an HTTP request to SharePoint (this action can be used in order to achieve composite results)
I hope these were some of the options that you were looking for.