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

Account filter for Azure AD in Saviynt v23

IAM-Vaibhav
New Contributor III
New Contributor III

Hi Team ,

we are integrating Azure AD with saviynt . Through this integration we want to manage only employees account and exclude Admin account while import . 

we are using this account import filter in connection and its not working in v23. 

not(startsWith(userPrincipalName, 'adm'))&$count=true&ConsistencyLevel=eventual

We are getting below error when we use above filter in accounts filter json.

Israr_0-1699892732521.png

Please help us to resolve this issue.

[This post has been edited by a Moderator to merge two posts.]

Regards,
Vaibhav Patil
If this helps you, click 'Kudos'. If it solved your query, select 'Accept As Solution'.
2 REPLIES 2

Darshanjain
Saviynt Employee
Saviynt Employee

Hi @IAM-Vaibhav 

It clearly says that shouldnt count as it will be in the url, so please remove the count and consistency level ( as it should be in header not body )..only keep not starts with condition and try it out.

 

Thanks

Darshan

IAM-Vaibhav
New Contributor III
New Contributor III

Final Filter worked. 

not(startsWith(userPrincipalName, 'adm')) 

Regards,
Vaibhav Patil
If this helps you, click 'Kudos'. If it solved your query, select 'Accept As Solution'.