How we can download 25K account of AD through. I tried through UI but the file is coming as blank as the data is huge.
I have tried to API as well but the limit seems to be 250, do I have to do pagination until I don’t have any data.
Please let me know if anyone has come through this kind of issue and what could be solution.
You can also run PowerShell queries from the IQServer to get the account details directly from AD by making use of the same filters used in the AD connector (recommended only if you are just trying to get the AD account details and not trying to validate something in IDN) :
You can use the SailPoint PowerShell SDK to accomplish this. You will need to update the filter with your source id and the limit on the Invoke-Paginate function to the total number of accounts you want to pull.