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

Hello,
I need to generate reports for a specific source containing the uncorrelated accounts presented in this source. I would like to generate a report similar to the attached screen that is the Certification Campaign Creation for Uncorrelated Accounts. I don´t want to make a certification campaign nor download the CSV from the Account tab.
I would like to create a query/search for that purpose to use it in a report. Is possible?
Thanks, BR
Andrea.

Our Search API doesn’t support accounts, so you won’t be able to use search to do this. However, you can use the V3 Accounts API to get the list of uncorrelated accounts for a given source.

GET https://{tenant}.api.identitynow.com/v3/accounts?filters=sourceId eq "2c9180887671ff8c01767b4671fb7d5e" and uncorrelated eq true

FYI, I highly recommend you signup for developer days. On day 1 I will be demonstrating advanced reporting techniques using our APIs, including ways to convert JSON responses into a CSV format. You might find it interesting for this and future reporting needs.

2 Likes