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

Update user JSON not working for verity connector

txvajrag
New Contributor III
New Contributor III

Below is the JSON

{
"actions": {
"Update Login": {
"call": [
{
"name": "Update Login",
"callOrder": 0,
"connection": "acctAuth",
"url": "https://api.veritystream.cloud/services/verityconnect/api/Core/v1/ScreenExtender/Demographics/Update...",
"httpMethod": "POST",
"httpParams": "{\"Id\":1183084,\"ScreenExtenders\":{\"3\":\"12345\",\"4\":null,\"5\":\"false\",\"6\":\"\"}}",
"httpHeaders": {
"x-http-method": "MERGE",
"Accept": "application/json",
"Authorization": "${access_token}"
},
"httpContentType": "application/json",
"successResponses": {
"statusCode": [
200,
201
]
}
}
]
}
}
}

 

below is the postman screenshot , its working from postman

txvajrag_0-1723230902151.png

 

12 REPLIES 12

rushikeshvartak
All-Star
All-Star

Please share postman screenshot and curl command [Refer https://codingnconcepts.com/postman/how-to-generate-curl-command-from-postman/ ]



⚠️‼️‼️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.‼️‼️⚠️


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

postman screenshot is already shared

Need curl command 


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

txvajrag_0-1723471575839.png

 

  • Does connection prove successful ? If yes, share logs in text file

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

yes when am able to import the data with same connection then it should be working for update as well

Share logs for failed tasks. Enabling showResponse: true in json and showlogs =true in config JSOn


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

i know showlogs , where can we expose showresponse ?

rushikeshvartak_0-1723479129351.png

https://docs.saviyntcloud.com/bundle/Dev-Handbook-REST-v24x/page/Content/Developers-Handbook.htm

 


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

txvajrag_0-1723486326181.png

I think showResponse only works for update account . this has no effect on the logs

txvajrag
New Contributor III
New Contributor III

This is resolved ....

I think dont why it expects a security system for update login (aka update user) .

and the token issue . everytime a new token is generated ideally Saviynt has to call the token api to get the new token...looks like its not doing it.

 

Please click the 'Accept As Solution' button on the reply (or replies) that best answered your original question and hit 'Kudos' button 👍.


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