Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Accounts not correlating with groups

Ashir
New Contributor
New Contributor

Hi Everyone,

Please help us

if a group have more than 100 members, its bringing only first 100 members, others are not getting updated. Accounts not correlating with groups

What may be the issue?

I have attached the ImportAccountEnt Json for your reference.

5 REPLIES 5

NM
Honored Contributor III
Honored Contributor III

Hi @Ashir you need to introduce pagination to bring in more set of records.

rushikeshvartak
All-Star
All-Star

Include pagination in JSON


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

@rushikeshvartak @NM Thanks for replying

I was this in Importaccount ent json.

Does this enough? If not please provide any pagination example.

"pagination": {
"offset": {
"offsetParam": "skip",
"batchParam": "take",
"batchSize": 100,
"totalCountPath": "completeResponseMap.total"
}

NM
Honored Contributor III
Honored Contributor III

@Ashir looks fine .. but depends on the response you get from your API

Pagination depends on API responsePlease share postman screenshot and curl command [Refer https://codingnconcepts.com/postman/how-to-generate-curl-command-from-postman/ ]



⚠️‼️‼️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.‼️‼️⚠️

 

Samples https://forums.saviynt.com/t5/tag/Pagination/tg-p


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.