
returns effective rights for a user on a specific resource
effectiveRights.RdGets the effective permissions for a user on a specific resource. The response includes read and modify permissions which map to:
read: retrieve file operations
modify: update file (if resource is a file) or upload file (if resource is a folder)
Usage
effectiveRights(ident, from = pwd(), memberId = NULL)