Here is the POST that happens when I save the filter. There are no IDs that appear to be passed in so I have no idea whether it’s going to use the group or role with that name
{
"name": "SuccessFactors Privileged Groups",
"description": "Includes only privileged groups for uncorrelated account certification",
"owner": "Mark Cheek",
"mode": "INCLUSION",
"criteriaList": [{
"operation": "AND",
"property": "displayableName",
"sourceName": "SuccessFactors",
"type": "COMPOSITE",
"value": "HR/IT_ADM_GLOBAL PROXY",
"children": [{
"type": "ENTITLEMENT",
"operation": "EQUALS",
"property": "displayableName",
"value": "HR/IT_ADM_GLOBAL PROXY"
}, {
"type": "ENTITLEMENT",
"operation": "EQUALS",
"property": "application",
"value": "SuccessFactors"
}]
}, {
"operation": "AND",
"property": "displayableName",
"sourceName": "SuccessFactors",
"type": "COMPOSITE",
"value": "HR_ADM_BENEFITS",
"children": [{
"type": "ENTITLEMENT",
"operation": "EQUALS",
"property": "displayableName",
"value": "HR_ADM_BENEFITS"
}, {
"type": "ENTITLEMENT",
"operation": "EQUALS",
"property": "application",
"value": "SuccessFactors"
}]
}, {
"operation": "AND",
"property": "displayableName",
"sourceName": "SuccessFactors",
"type": "COMPOSITE",
"value": "HR_ADM_CMP",
"children": [{
"type": "ENTITLEMENT",
"operation": "EQUALS",
"property": "displayableName",
"value": "HR_ADM_CMP"
}, {
"type": "ENTITLEMENT",
"operation": "EQUALS",
"property": "application",
"value": "SuccessFactors"
}]
}],
"isSystemFilter": false
}