05/16/2023 02:01 PM
Pagination added. But full account import brings only a smaller number of accounts. Please verify and advise if any corrections need to be made with the Import JSON.
Also, group membership is not getting reflected to the users in Saviynt after access import. So please verify the JSON and advise.
05/16/2023 03:22 PM
Which application are you Integrating with. You can update ConfigJSON param in the REST connection with value {"showLogs":true} if not done already and check for the below 2 entries in the log file to see if the data is getting imported.
Calling Webservice Url
Got Webservice API Response
Also, you can refer to the REST connector guide for examples on how to construct pagination.
https://docs.saviyntcloud.com/bundle/REST-v55x/page/Content/Developers-Handbook.htm
05/16/2023 11:10 PM
05/17/2023 04:02 AM
Below pagination format also I have tried
"pagination": {
"nextUrl": {
"nextUrlPath": "${response?.completeResponseMap?.lastPage==false? 'URL/'+Math.incrementExact(Integer.parseInt(headers.get('X-Current-Page'))):null}"
}
But result is same. Also, group membership mapping is not happening.
Attaching log file for your reference.
05/17/2023 04:20 AM
Share api output from postman
05/17/2023 04:33 AM
05/17/2023 01:21 PM
05/18/2023 09:05 AM
Hi ,
I have also checked for any application level settings that need to be enabled for pagination. No such settings found. And as per my understanding, Adobe apps already support pagination and in the shared Adobe CC integration guide I have found the same.
So, please let me know if I need to check anything else or make any changes to the JSON.
05/18/2023 11:06 AM
can you confirm what is the pagination logic that adobe is using and also provide examples of page1 url and page 2 url with response screenshot of the calls from postman
Which value from response of call1 will help identify the next page url.
05/19/2023 06:46 AM
05/19/2023 08:02 AM
What is the expected url for page2 to be passed. Can you share the url example