We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

REST - CreaetAccountJson variable not parse

rushikeshvartak
All-Star
All-Star

Version : 5.5 SP5

Connector  : REST

Below is createAccountJSON

rushikeshvartak_0-1654811610392.png

Issue :

User is getting created with variable ${account.name} likewise

rushikeshvartak_1-1654811675724.png

 

Logs :

rushikeshvartak_2-1654812162901.png

 

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.
3 REPLIES 3

sahajranajee
Saviynt Employee
Saviynt Employee

Hello,

Could you please provide your jsons as an attachment.

 


Regards,
Sahaj Ranajee
Sr. Product Specialist

PFA


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Sharukh_Shaikh
New Contributor III
New Contributor III

Hi Rushi,

Could you please try the below JSON.

"httpMethod": "POST",
"httpParams": "{\"objects\":{\"T_BASIS_USER\":[{\"attributes\":{\"USER_ID\":{\"datavalue\": \"${user.username}\"},\"EMAIL_ADDRESS\":{\"datavalue\": \"${user.email}\"},\"SURNAME\":{\"datavalue\": \"${user.lastname}\"},\"GIVEN_NAME\":{\"datavalue\": \"${user.firstname}\"},\"ACTIVE\":{\"datavalue\": \"Y\"},\"APP_ID\":{\"datavalue\": \"1\"},\"EPRM_ID\":{\"datavalue\": \"RUSHI1234\"}}}]}}",