We are aggregation CSV file using file Upload Utility in identityNow …
When we run PowerShell, Getting success in 5-8 sec, however showing pending in identity now.
Here my question is what File Upload Utility do exactly, does that just read the file and import in our tenant ?
If I recall correctly, the File Upload Utility is just a wrapper around the “/cc/api/source/loadAccounts” API so you should be able to check this API for documentation and/or run this directly via Postman/CURL to verify the functionality.
HI Sai,
We are using Flat File Upload Utility and it does not wait for aggregation. IT just uploads the file and starts the aggregation. If anything failed it gives a generic error.