
Announcements
Hi guys,
I'm struggling to find the URI for document-level custom permissions for a SharePoint Document Library. I want to accomplish this via Send an HTTP Request to SharePoint action in Power Automate.
As is, I know how to break the role inheritance of a list, a list item, and a folder in a document library, then to grant custom permissions to each of those. I'm missing the knowledge of how to break the role inheritance of a document/file, then grant custom permissions to that document within a document library.
I can easily use getByTitle in my URI for list and list items, and i use GetFolderByServerRelativeURL for document library folders. I'm searching for the GetFolderByServerRelativeURL URI method to narrow it down to one specific document within a doc lib/folder within a doc lib.
Does anyone have any ideas?? Thanks!!