Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Rest connector unable to parse response

Antoine
Regular Contributor
Regular Contributor

Hi,

I am working on a REST connector. The reponse message coming from the CreateAccount is malformed with double quote  

The message looks like

  "output"
            "{\"id" : \"123\",\"site\" : \"s1\",\"Status\" : \"active\",\"Profile\" : \"default\" }"
 
because of the presence of double quote, the message can't be interpreted and then the attribut can't be mapped
 
Is there a way to intercept and modify the reponse before parsing it ?
Thanks in advance
Regards  
2 REPLIES 2

rushikeshvartak
All-Star
All-Star

You can't modify response before parsing


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Antoine
Regular Contributor
Regular Contributor

Hello, 

That's what I thought. Thanks for the confirmation