I would like to be able to perform an export of all users from IFS and then send the export to an sFTP site. Is there an API I can call from a document flow and then use a file connector for the sFTP?
Hi, There is a GET "/usermgt/v2/admin/users" method in the IFS Suite. So you can build a Data Flow to call this API and then save it to sFTP.