Campaign Filters not working

Hi Experts,

I have created a campaign filter to exclude inactive accounts from source : Azure FedRAMP Entra ID QA. Also I’m using below payload to generate a campaign. but the campaign generated still holds the inactive accounts. I see that campaign filter doesn’t work in this case.

{
  "name": "Search Campaign",
  "description": "Search Campaign",
  "deadline": "2024-06-26T06:00:00.468Z",
  "type": "SEARCH",
  "emailNotificationEnabled": false,
  "autoRevokeAllowed": false,
  "recommendationsEnabled": false,
  "filter": {
    "type": "CAMPAIGN_FILTER",
    "id": "95698357b6bbce4e82ef022370290a0a"
  },
  "searchCampaignInfo": {
    "type": "ACCESS",
    "query": "(source.name:\"Azure FedRAMP Entra ID QA\" AND attribute:groups)"
  },
  "mandatoryCommentRequirement": "NO_DECISIONS"
}

Hi @chandramohans27,

Did you use search campign or filter campaign ?

In your filter :

(source.name:\"Azure FedRAMP Entra ID QA\" AND attribute:groups)

I not see inactive accounts exclutions

I’m using search campaign, I have created a campaign filter for inactive accounts exclusion and added the ID in the campaign creation payload