IDN Export / Import API now in beta

Good News everyone (Prof Farnsworth) We have just released Export / Import API for certain SP configurations in IDN.  API Details: https://developer.sailpoint.com/apis/beta/#tag/SP-Config Documentation: https://developer.sailpoint.com/docs/sp_config.html Current Endpoints Description REST API End-Point List Config Objects GET /beta/sp-config/config-objects Export Objects POST /beta/sp-config/export Export Status GET /beta/sp-config/export/{id} Export Results GET /beta/sp-config/export/{id}/download Import Objects POST /beta/sp-config/import Import Status GET /beta/sp-config/import/{id} … Read more

How to upload Connector Rules into IDN via API

So I did a post couple of days ago that now we are allowed to upload some rule types via API Here is a quick guide on how to do so. In this example, I will take a very basic BuildMap rule.  <?xml version=’1.0′ encoding=’UTF-8′?> <!DOCTYPE Rule PUBLIC “sailpoint.dtd” “sailpoint.dtd”> <Rule name=”Example Rule” type=”BuildMap”> <Description>This … Read more