Azure Active Directory source, User Filter, memberOf

Hi team,

Do you know if there is a way to filter users in Azure Active Directory Source based on group membership? For example, in AD we can use some ldap filter like this, but I am not finding a way to translate that to AAD user filter:

(&(objectClass=user)(memberof=GROUP_DN))

I was trying something like following, but with no success:

(user.memberOf -any (group.objectId -eq "group-object-id"))

Many thanks!

Hi @mmihajlovic,

Welcome to the SailPoint Developer Community!

This advanced query setting is not possible in Azure AD connector,
You may have a look on this below screenshot which was taken from Microsoft documentation.

Source filter documentation - Ref AAD source - Aggregation, Filter, and Partitioning Settings
Ref AAD Query - Use query parameters to customize responses - Microsoft Graph | Microsoft Learn

-Vasanth

1 Like

Thank you very much Vasanth!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.