{ "accountIdPath": "accountName", "responseColsToPropsMap": { "comments": "call1.message.ResponseMessage~#~char" }, "call": [ { "name": "call1", "connection": "basicAuth", "showResponse": true, "url": "/u_saviynt_user_identities", "httpMethod": "POST", "httpParams": "{\"u_saviynt_user_id\": \"${user.username}\", \"u_first_name\": \"${user.firstname}\", \"u_last_name\": \"${user.lastname}\", \"u_name\": \"${user.displayname==null?user.firstname user.lastname:user.displayname}\", \"u_location\": \"${user.locationnumber==null?'':user.locationnumber}\", \"u_business_title\": \"${user.title==null?'':user.title}\", \"u_active\": \"${user.statuskey==1?'Active':'Inactive'}\", \"u_locked_out\": \"false\", \"u_cost_center\": \"${user.costcenter==null?'':user.costcenter}\" }", "httpHeaders": { "Authorization": "${access_token}" }, "httpContentType": "application/json", "successResponses": { "response.result[0].status": "inserted" }, "unsuccessResponses": { "response.result[0].status": "error" } } ] }