Webservice SaaS Connector -2 Step account Create

Hi @nikhilmahadkar ,

We did the same thing currently and it works fine for US by using Webservice SaaS connector.

ISC call sequentially the endpoints with same operation type in order define by the sequence number. And in our case plan is always available in all steps.

If you already have the Sailpoint CLI (Getting started with the SailPoint CLI - Content / Video Library - SailPoint Developer Community) you can :

  1. Activate the debug mode on your source : Administrator Settings
  2. Open review logs in real time by using the CLI commands : sail conn logs tail
  3. Then test account creation in ISC and review in realtime all details : plan, api calls, data…

Thanks.