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

Call count limitation in ImportAccountEntJSON

MJ
New Contributor III
New Contributor III

How many API calls in ImportAccountEntJSON does Saviynt support?

for example

{
"accountParams": {
"connection": "acctAuth",
"doNotChangeIfFailed": true,
"processingType": "SequentialAndIterative",
"statusAndThresholdConfig": {
"deleteLinks": true,
"accountThresholdValue": 100,
"correlateInactiveAccounts": true,
"deleteAccEntForActiveAccounts": true,
"accountsNotInImportAction": "Suspend"
},
"call": {
"call1": {},
"call2": {},
"call3": {},
"call4": {},
"call6": {},
.........................
"call99": {}
},
"entitlementParams": {},
"acctEntParams": {
"connection": "acctAuth",
"successResponses": {
"statusCode": [
200,
201,
202,
203,
204,
205
]
},
"entTypes": {}
}
}
}

3 REPLIES 3

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @MJ,

Currenlty there is no restriction in the number of calls, could you please let us know how many calls do you want to make.

Thanks.

If you find the above response useful, Kindly Mark it as "Accept As Solution".

MJ
New Contributor III
New Contributor III

I want to make about 100 calls in accountParams and make 50 calls in entitlementParams and make 50 calls in entTypes.

A totally of about 200~250 calls will be used in ImportAccountEntJSON.

is it ok?

 

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @MJ ,

There is no limitation on api calls from saviynt side but need to check the same if target system has such restrictions.

Thanks

If you find the above response useful, Kindly Mark it as "Accept As Solution".