I am trying to integrate an application to sailpoint via webservice connector.
I already had done a health check to see if Sailpoint can connect to the application, which is successful.
I need to add API for Create account so I added another HTTP and add it as Create API. We have two options I can use “Curl” or I can use the “Raw” option, which I tried both. If I am going to use Curl it is giving me 404 error
if I use Raw this is the error that I am receiving.
As the error says “user” is required, can you please check if the format of request that the target API is expecting is same as that you are requesting.
Also please try to request it via postman and if you still face issue then please some log details and request body that is working for target API.
Hi @AdrianBryan14 ,
Here are few suggestions to debug this issue
1.Try using static values instead of getting it from plan and check whether it creates a account .
2.Check the base url and authentication.
3.Check if there is any condition for any specific attributes like id has to be only of integer type.
4.Try this json payload :
I tried to do static on create account for all attributes but it still gave 500 error
For the base URL and Authentication I was able to do a health check successfully and recopy again the API Key and provider code. But still the same issue for Create account.
I already changed this for uniqueId as this will only have numbers
I also, tried on the json payload you shared to try. But it is not working as well.
Hi @AdrianBryan14 ,
Check your VA connection and other firewall settings.Once I got similar issue where I’m unable to access the webservice connector in SailPoint its due the firewall restriction.
Thanks!!