09/19/2023 02:40 PM
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.
09/20/2023 02:57 AM
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 ?
09/20/2023 08:58 AM
yes I am passing same body in postman and it create user successfully, But it throwing error when I pass from saviynt.
09/26/2023 10:08 AM
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.