Click HERE to see how Saviynt Intelligence is transforming the industry. |
11/13/2023 07:51 AM - edited 11/16/2023 02:03 AM
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.
Please help us to resolve this issue.
[This post has been edited by a Moderator to merge two posts.]
Solved! Go to Solution.
11/16/2023 02:58 AM - edited 11/16/2023 03:50 AM
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
11/21/2023 04:45 AM
Final Filter worked.
not(startsWith(userPrincipalName, 'adm'))