Use $batch to bulk break SharePoint List items permission inheritance
I have a list of more than 5000 items in SharePoint. And I would like to bulk break items permission inheritance with their parent site. I have tried to break a single one item permission inheritance by following the this instruction. When I tried to implement this same action getByTitle('*My_List*')/items(261)/breakroleinheritance(copyRoleAssignments=false,clearSubscopes=true)
via $batch, it did not work but it also reported no error.
Use $batch to bulk break SharePoint List items permission inheritance
I have a list of more than 5000 items in SharePoint. And I would like to bulk break items permission inheritance with their parent site. I have tried to break a single one item permission inheritance by following the this instruction. When I tried to implement this same action getByTitle('*My_List*')/items(261)/breakroleinheritance(copyRoleAssignments=false,clearSubscopes=true)
via $batch, it did not work but it also reported no error.
Use $batch to bulk break SharePoint List items permission inheritance
I have a list of more than 5000 items in SharePoint. And I would like to bulk break items permission inheritance with their parent site. I have tried to break a single one item permission inheritance by following the this instruction. When I tried to implement this same action getByTitle('*My_List*')/items(261)/breakroleinheritance(copyRoleAssignments=false,clearSubscopes=true)
via $batch, it did not work but it also reported no error.