
Good day all. I have been all over forums and MS's help content with no luck. I have a situation where I have a Parent folder (with unique permissions) that contains subfolders (who also have unique permissions). I have a need to update permissions on the parent without effecting the permissions of the children. So far, nothing I have found or tested works.
Here's that I have so far.
The parent has these permissions:
While the Children in my example have these:
Here is the PA -
Notice in the top image I have clearSubscopes to False. I was hoping this would NOT cause the children to inherit permissions from the parent and fix my downstream problems, but it did not.
The output of the Parse JSON is clearly showing that the roleAssignements command in the HTTP request above is capturing ALL permissions within the Parent folder, even the subfolders that "Has Unique Permissions"
So when I Delete Permissions via HTTP, the process deletes the Parent AND Child permissions.
So, does anyone know how to delete the permissions of the specific folder in scope and NOT it's children?
thanks.