synGetPermissions.Rd
Get the permissions that a user or group has on an Entity.
synGetPermissions(entity, principalId=NULL)
An Entity or Synapse ID to lookup
Identifier of a user or group (defaults to PUBLIC users)
An array containing some combination of ['READ', 'CREATE', 'UPDATE', 'DELETE', 'CHANGE_PERMISSIONS', 'DOWNLOAD'] or an empty array
if (FALSE) {
synGetPermissions("syn11705401", "3320560")
}