Create account operation is not working for Web Service connector

Hello SailPoint experts,

We are currently encountering difficulties in creating a new user account for Web Services connector. The account creation operation is not functioning as anticipated, and we are receiving the error message detailed below. Has anyone previously addressed a similar issue? if yes can you please provide steps to solve this issue?

Errors

Exception occurred while performing ‘Create’ operation on identity ‘null’: Url: https://xyz01.opensolutionsasp.com:30050/xyzBusinessServices/Persons/, Message: 400 : Bad Request : {“message”:“Invalid SearchBy Specification ALL - Not supported”,“number”:00000,“httpError”:400,“messageId”:“Initialization”,“exceptionId”:“BS-00000-00000”,“arguments”:[{“key”:“SEARCHBY”,“value”:“ALL”}]}, HTTP Error Code: 400

can you check in ccg logs if you are getting right values in your request body configured in create account operation?
If you can share more details of your webservice connector, like create account policy, configuration etc it will be easy for us to understand and assist you.
Thanks

1 Like

It would be great if you can share the JSON body used for create account both from Postman and SailPoint

1 Like

Based on the error I feel the endpoint is not expecting or does not support the "SEARCHBY=ALL" parameter, hence it’s throwing:

  • "Invalid SearchBy Specification ALL - Not supported"
  • HTTP 400 (Bad Request)

Check if the same operation is working from postman and then replicate the same in SailPoint.

2 Likes

This is credentials update issue, after updating the custom attributes credentials, it’s working fine. Thanks everyone for your response.