Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/19/2024 05:38 AM
Hi Experts,
When we request for account and access of group. When the wsretry runs it is getting picked of access task 1st instead of account task and the task is getting completed as the status code for the response is 200 with error code and error message - "Failed to add user to group. User Rakesh.Jammi@test.com does not exist. Provide a valid userlogin".
Please let us know how can we make the task into pending state if we get this error.
Regards,
Neeharika
07/19/2024 05:42 AM
07/19/2024 05:44 AM
Hi,
Thanks for the response .
Cant we provide in the JSON that if we get the status code as - xyz it should not complete the task
07/19/2024 05:45 AM - edited 07/19/2024 05:47 AM
Yes You can https://forums.saviynt.com/t5/identity-governance/rest-connector-how-to-configure-successresponse-pa...
07/19/2024 06:31 AM - edited 07/19/2024 06:58 AM
Hi ,
Response is this way
"successResponses": {
"details.failed": "0"
},
"unsuccessResponses": {
"details.failed": "1"
}
No luck task is getting completed
07/19/2024 06:36 AM
"successResponses": {
"details[0].succeeded": "1"
}
07/19/2024 06:58 AM
Hi,
Tried but no luck
07/19/2024 07:30 AM
"successResponses": {
"details.succeeded": "1"
}