How to create a subscription search query to retrieve the uncorrelated accounts from a source?

Is there a way to create a subscription search query to retrieve the uncorrelated accounts from a source?We got the uncorrelated accounts data from Global>Reports> but would like to have a subscription report generated whenever there is a new uncorrelated account created by IDN.

Hi @lgopinat ,

It’s not possible to use search to get uncorrelated accounts. But you can use API to get uncorrelated accounts from specific source. Check this

1 Like

You can’t subscribe the uncorrelated accounts search query through UI. As @JackSparrow mentioned go through API.

Thanks,

As an alternative use workflows with below steps:
Trigger - Scheduled Trigger - Configure the schedule as per the subscription
Actions - Use HTTP action to make an API call to get all the uncorrelated accounts and take all the required info into “send email”.

3 Likes