We are looking to use UiPath to interact with applications that don’t have a direct connection to Sailpoint. We can use WebServices Connector to send an API call to Orchestrator to trigger off the task of collecting data in the application, but I am not sure how to get that data back into sailpoint, once that bot has finished its process.
If these are not direct connect sources, I’m assuming you’re using a flat file source instead, so you can use the File Upload Utility to automate aggregating the data into SailPoint:
File Upload Utility - CoLab / Community Tools - SailPoint Developer Community
Do you have API collection of UI Path application for user LCM including
- Create user
- Modify user
- Add/Remove access
- Disable & Enable Account
Hey @MGainer I’ve done this in the past hit me up on the DM and ic an help you.
We are planning to use the webservices connector, it will send an API call the the system to start the process,and we don’t want to use a second source to get the information back, such as flat file.
We will be building those processes out so it should be able to handle all of those tasks.