The accounts associated with those Identity IDs must be sent in the output response.
What product feature is this related to?
This is related to ISC Workflows.
What are the steps to reproduce the issue?
Go to ISC > Workflows > Create Workflow
In Workflow, generate a list of Identity IDs using the Get List of Identities action and select an appropriate action to get Identities. I am using a search query.
Pass the list of Identity IDs to the Get Accounts action with Account Selection Method as By Account Data, Account Details as Identity ID, Operator as In List, and in Value List, select Choose Variable and give JSON Path Expression as $.getListOfIdentities.identities.*.id
As a workaround, you can create a loop and pass the list of identities into the loop. For each iteration of the loop, get the accounts for a single identity at a time and perform the necessary account operations.