GET /api/source/exportAccountFeed

Replaced by:

You can filter on a specific source with the following query param:

GET https://{tenant}.api.identitynow.com/v3/accounts?filters=source.id eq "2c91808779ecf55c0179f11698a03905"

This will produce an array of JSON objects, as opposed to CSV. If you need the result to be in CSV formatting, you will need to process the JSON array and turn it into a CSV file. You can watch this video for more information how to convert a JSON array into a CSV file.

Hi @colin_mckibben please can you be more specific about which V3 API call replaced GET /api/source/exportAccountFeed

I dont see any API call in /v3 (or in /beta) which exports accounts like /exportAccountFeed did.

At our organisation, we do (did :frowning: ) use this API call as part of our automations. If there is no replacement for it, we will then have broken processes.

Thank you.

The old CC API call results in csv columns,
However, the new V3 version “v3/accounts” results completely different thing:

Can you please help us achieving the old results with new API call?

Hi Umair,

There is no direct replacement for exporting accounts to CSV. However, as described in the first post above, you can create a script that will query accounts and format them into a CSV response.