01-18-2023 04:48 AM
We are trying to reconcile the Fusion Cloud Accounts using the API:
1). Offset based:
"pagination": {
"offset": {
"offsetParam": "startIndex",
"batchParam": "count",
"firstPageNumber": 1,
"batchSize": 500,
"totalCountPath": 30045
}
}
For the above we are getting the error:
Error - to Import Data correctly: Failed
url-https://<endpoint url>/hcmRestApi/scim/Users/?startIndex=0&count=500 with
Error Message-{ "Errors" : [ { "description"
: "The value for startIndex isn't valid.
(ASE-4335082)", "code" : "400" } ] }
Since, this API used 1-based index we are getting the above error.
2). nextUrl Based:
01-18-2023 04:54 AM
01-18-2023 05:19 AM
Hi Rushikesh,
The target supports only 1-index based offset. But Saviynt expects offset to be 0 based. This is what is causing the error and we are not able to reconcile all the accounts.
I am attaching some screenshots for reference.
Any help is appreciated.
Thanks.
01-18-2023 06:48 AM
Then it may be defect follow saviynt freshdesk route