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"
}