Skip to main content

Cantemo Read ACL

This task is used to review all access control that affects an item. It retrieves a list of all access control entries that affects each user for a given item.

main

Item ID
This is the ID of item to review access.

Returned value
The output object, item_acl is a list of group or user :

eg: item_acl

{
"access": [
{
"loc": "http://10.0.4.82:8080/API/item/VX-252/access/VX-525",
"recursive": true,
"permission": "WRITE",
"group": "_transcoder",
"id": "VX-525"
},
{
"loc": "http://10.0.4.82:8080/API/item/VX-252/access/VX-524",
"recursive": true,
"permission": "OWNER",
"user": "admin",
"id": "VX-524"
}
]
}