Using IDCS REST API to import a file from Fusion UCM and kick it off via Job Schedule
Summary:
IDCS reads automatically email from Fusion IAM (Security Console, Users screen) and the email there is worker email.
We would like to have personal email in IDCS email. Thus, we have been testing IDCS REST APIs to automatically IMPORT a file (BIP Report that creates users.csv) into IDCS storage (from HCM UCM) and then kick off Job Schedule to import that file.
I've been using this rest APIs:
- Import a file from Storage. (IDCSHost/storage/v1/Files)
- Schedule a job- import bulk Users -resource specific. (IDCSHost/job/v1/JobSchedules)
The second API (Job Schedule) is one-off effort. Hopefully I can schedule a job to run in a daily basis and that's it.
0