I am working on webservice connector in IdentityNow. I have written Webservice Connector after operation rule to fetch the account details.
I am seeing below JSON parser error when there is space in schema attribute name. could you please guide us on how we should be writing in response mapping
“message”:"Unable to process JSON path ‘Position Code’. Error: Use bracket notion [‘my prop’] if your property contains blank characters. position: 2
Can you please share the sample json response you are receiving while retrieving the accounts via postman along with the json path you are using in ISC for fetching the account attributes.
Looking at the error I think the issue is with the json parsing so if you can share above details, that could help in checking the issue further.
You can also validate if your current JSONPath expression is working as you’d expect with an online tool like https://jsonpath.com/ or any text editor extension that supports it for quicker debugging.