Rest connection Error "Request is unparsable, syntactically incorrect, or violates

sabnam_panda
New Contributor
New Contributor

I have been try to pass a value "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User" in create account json in rest connecter but facing unparsable error.

Can any body help how to pass these value .

I attach my create account json and log for reference.

 

3 REPLIES 3

shivmano
Regular Contributor II
Regular Contributor II

The JSON format is fine. Looks like the error is being thrown from the target side. Are you able to create account using same json body locally ? 

sabnam_panda
New Contributor
New Contributor

yes I am passing same body in postman and it create user successfully, But it throwing error when I pass from saviynt. 

sahil
Saviynt Employee
Saviynt Employee

Can you update ConfigJSON param in the REST connection with value {"showLogs":true}.
This will enable additional logging and may help to identify the cause.

Calling Webservice Url - this will display the Call url with the body being sent from Saviynt.

Got Webservice API Response - this will display the response we get from target.


Regards,
Sahil