Hi,
I have a Security Group created in the Office 365 Admin portal and would like to assign that to a folder in a document library for my Sharepoint Online.
The Grant Access to an Item or Folder doesn't work as when I type the security group name in the Recipients folder, it comes up but when I click on it nothing happens.
Im now working on implementing a HTTP request with the following
_api/lists/getByTitle('DocumentLibrary')/items(@{triggerBody()?['entity']?['ID']})/roleassignments/addroleassignment(principalid=guid of security group,roleDefId=1111111111)
. I get the objectid for the security group from Azure.
Error I get is The expression is not valid
Thanks in advance for any assistance
Todd