Hi,
I want to get list of User Tasks which are either assigned to any user except particular user U1 or which have candidate group set to expected group.
For this I am trying to use below API, from the result set I want to exclude particular user U1
task?candidateGroup=ABCD&includeAssignedTasks=true
Is it possible to achieve this from REST API?