Hi, I need to aggregate single account from Azure to SailPoint… How and where we should use this “User Filters” to aggregate only single account. Do we need to add this in application XML or somewhere else?
entry key=“userFilters” value=“(startswith(displayName,‘xyz’))” - is this correct?
The below line is available in documentation but its not clear where we should use this,
“Set the User Filters to define the scope of Accounts applied during account aggregation. For example, to aggregate those Microsoft Entra ID users who are active, use accountEnabled eq true.”
Thank you for the response @enistri_devo. Just trying to aggregate single user from target using this
entry key=“userFilters” value=“(startswith(displayName,‘Name’))”. Hope this will work!.