Тема: Item access
I have used below API to get access level of type("avl_unit"), its returning computed dacl accessMask value. How to split this accessmask?
I want to check whether this user have access to delete item(0x0008) or not.
svc=user/get_items_access¶ms={
"userId":'',
"directAccess":'1',
"itemSuperclass":'avl_unit',
"flags":<uint>}
J Prabhu