Search Query to list accounts delete operations in a specific source

I need to generate a report that will list all accounts delete operations in a specific Source. Wondering what should be the query.

Any help would be highly appreciated

Hi @iamology

Try this and see if it works :

@accountRequests(op:delete) AND @accountRequests(source.name:"source name")

3 Likes

Hi @iamology ,

Yes, the query provided by jesvin should work too, you may also try the below one

@accountRequests(op:“Delete” AND source.name:“source.name”)

Strange, but the events are not able capture these requests so we will need to search it in account requests.

Thank You.
Regards
Vikas.

2 Likes

Thanks both @jesvin90 and @vguleria

Both queries work as per my needs.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.