Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

REST ImportAccountEntJSON

HenryMK
New Contributor III
New Contributor III

ImportAccountEntJSON

Call1 
response  "user" : [ { id : 0002, name : test2 }, { id : 0003, name : test3 } ] 

Call2 
response  "user" : [ { id : 0001, name : test1 } ] 

 

STATUS_THRESHOLD_CONFIG

{
"statusAndThresholdConfig": {
...
"statusColumn": "customproperty11",
"inactiveStatus": [
"end-user"
]
}
}

 

ImportAccountEntJSON is making two calls.
call1 is the active user
call2 returns an inactive user.

I want account verification to be the result of combining call1 and call2 values.

14 days after verification
call1 -> test1-Deleted on-01-14-2024 00:00 (added)
call2 -> test1 inavtive

15 days after verification
call1 -> test1-Deleted on-01-15-2024 00:00 (added)
call2 -> test1 inavtive

Is there any way to process the account with the result of combining call1 and call2?

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

This needs to be done from target application side. In saviynt you can have dependent call enabled which will perform account inactive at end of import job


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

HenryMK
New Contributor III
New Contributor III

Thank you for answer.
I'm looking for a way because the target app doesn't support it.

You can explore sav4sav connector to manage status of application based on customproperty of account


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