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

Syntax for listfield for nested array in rest import

Sakshi
New Contributor
New Contributor

Hi Team,

Need assistance with the list field to be used for rest connector import account json, to fetch members from Azure AD. Please note that as per some other forum solutions I have already tried value[0].members, but it fetches accounts only from first group.

2 REPLIES 2

adarshk
Saviynt Employee
Saviynt Employee

Try: "listField": "data[0].users",

Sakshi
New Contributor
New Contributor

Hi AdarshK,

I have tried this, the issue is that in this case it pulls members as accounts of only the first group that is the zeroeth index group. If a particular user is not member of the first group then the user account for that user is not pulled into Saviynt.

Thanks,

Sakshi