Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/09/2024 12:15 PM
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
Solved! Go to Solution.
08/09/2024 12:34 PM
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.‼️‼️⚠️
08/09/2024 02:11 PM
postman screenshot is already shared
08/09/2024 03:58 PM
Need curl command
08/12/2024 07:06 AM
08/12/2024 07:08 AM
08/12/2024 07:11 AM
yes when am able to import the data with same connection then it should be working for update as well
08/12/2024 07:12 AM
Share logs for failed tasks. Enabling showResponse: true in json and showlogs =true in config JSOn
08/12/2024 08:32 AM
i know showlogs , where can we expose showresponse ?
08/12/2024 09:12 AM
https://docs.saviyntcloud.com/bundle/Dev-Handbook-REST-v24x/page/Content/Developers-Handbook.htm
08/12/2024 11:12 AM
I think showResponse only works for update account . this has no effect on the logs
08/12/2024 12:51 PM
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.
08/12/2024 01:46 PM
✅Please click the 'Accept As Solution' button on the reply (or replies) that best answered your original question and hit 'Kudos' button 👍.