10-21-2015 05:26 AM
Scenario is :
I have created two folders at path /ABC/DEF, those are /ABC/DEF/Folder1 and /ABC/DEF/Folder2.
I have created two users User1 and User2 with tenant ID ABC.
I want to assign permission in such a way that User1 can see only Folder1 and can manage everything at Folder1 and User2 can see only Folder2 and can manage everything at Folder2.
For the above i gave User1 read permission to folder ABC and DEF and Manage Everything Permission at Folder1, but because of Read permission at parent folder, User1 can see Folder2 also i.e. jsut view, which i dont want to happen.
Result should be like : User1 can see only Folder1 and User2 can see only Folder2 under path /ABC/DEF.
Can we block inherited rights using some REST API calls at a folder?
10-22-2015 08:58 AM
If anyone can help here about this ?
10-25-2015 03:53 AM
Blocking inheritance is translated in ACLs as principal="Everyone" permission="Everything" grant="false"
10-26-2015 01:00 AM
Can you please elaborate programmatically ?
10-26-2015 02:22 AM
check http
11-04-2015 04:57 AM
This doesn't solve my purpose.
11-04-2015 04:59 AM
Maybe could you dump ACLs of the documentts before and after the operation
11-04-2015 05:15 AM
Here is how i am creating folder
11-04-2015 05:23 AM
In the UI, go to Document, export button, export to XML
11-04-2015 08:07 AM
ok. i got this
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.