I need to import the accounts from an application where the account status is categorized into 4 types.
Active, Inactive, Deleted, Closed.
Now I need to import the accounts into Saviynt with the status as mentioned below:
How can I use the 'statusAndThresholdConfig' in the 'ImportAccountEntJSON' to achieve the desired result.
{
"accountParams":{
"connection":"acctAuth",
"processingType":"SequentialAndIterative",
"statusAndThresholdConfig":{
"statusColumn":"customproperty4",
"activeStatus":[
"Active"
],
"deleteLinks":false,
"accountThresholdValue":1000,
"correlateInactiveAccounts":true,
"inactivateAccountsNotInFile":false,
"deleteAccEntForActiveAccounts":true
},
"call":{
"call1":{
"callOrder":0,
"stageNumber":0,
"http":{
"url":"
https://abcdefgh/phoenixapi/qwert/sandbox/Admin/Global/Employees/search",
"httpContentType":"application/json",
"httpMethod":"GET",
"httpHeaders":{
"Authorization":"${access_token}",
"Accept":"application/json"
}
},
"listField":"result",
"keyField":"accountID",
"colsToPropsMap":{
"accountID":"employeeId~#~char",
"name":"networkAcct~#~char",
"status":"status~#~char",
"customproperty1":"employeeName~#~char",
"customproperty2":"position~#~char",
"customproperty3":"branchNo~#~char",
"customproperty4":"status~#~char",
"customproperty5":"email1~#~char",
"customproperty6":"employeeId~#~char",
"customproperty31":"STORE#ACC#ENT#MAPPINGINFO~#~char"
},
"pagination":{
"offset":{
"offsetParam":"offset",
"batchParam":"limit",
"batchSize":100,
"totalCountPath":5000
}
}
}
},
"acctEntMappings":{
"Security Group":{
"listField":"",
"idPath":"emplClassCode",
"keyField":"entitlementID"
}
}
},
"entitlementParams":{
"connection":"acctAuth",
"processingType":"SequentialAndIterative",
"entTypes":{
"Security Group":{
"entTypeOrder":0,
"call":{
"call1":{
"callOrder":0,
"stageNumber":0,
"http":{
"url":"
https://abcdefgh/phoenixapi/qwert/sandbox/Admin/Global/Employees/Classes/search",
"httpContentType":"application/json",
"httpMethod":"GET",
"httpHeaders":{
"Authorization":"${access_token}",
"Accept":"application/json"
}
},
"listField":"result",
"keyField":"entitlementID",
"colsToPropsMap":{
"entitlementID":"emplClassCode~#~char",
"entitlement_value":"description~#~char",
"description":"description~#~char",
"status":"status~#~char",
"customproperty1":"emplClassCode~#~char",
"customproperty2":"status~#~char",
"customproperty3":"description~#~char"
},
"pagination":{
"offset":{
"offsetParam":"offset",
"batchParam":"limit",
"batchSize":100,
"totalCountPath":5000
}
}
}
}
}
}
},
"acctEntParams":{
"processingType":"acctToEntMapping"
}
}