I’ve added below search query
@accounts(source.name:'Delimited File' OR source.name:'EndToEnd-ADSource-DD') AND accountCount:>2
expecting that only users having more than 2 accounts on source ‘Delimited File’ OR ‘EndToEnd-ADSource-DD’ should be displayed but it shows all users having more accounts across all available sources. How to limit to specific sources?
I’ve seen this discussion and I think it is still unclear how to retrieve users with duplicate accounts Get Users With More Than One Account in the Same Source
(Note: looking for simple search query and not API JSON payload)