Azure AD Group Recon Failing

AshishDas
Regular Contributor II
Regular Contributor II

Hi,

We are trying to filter Azure AD Groups via the ENTITLEMENT_FILTER_JSON in Azure AD OOTB connector.

We checked the following url in postman and it returns 14000 enteries:

https://graph.microsoft.com/v1.0/groups?$filter=onPremisesSyncEnabled ne true&$count=true

However when we specify 

{
"group_filter": "onPremisesSyncEnabled ne true"
}

AshishDas_0-1691260813672.png

 

It deactivates all the groups. 

Are we missing something?

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Try on entitlement display name

rushikeshvartak_0-1691266146885.png

  • From Release v23.7, the connector supports advanced query for filtering groups.

 

https://docs.saviyntcloud.com/bundle/AzureAD-v23x/page/Content/Configuring-the-Integration-for-Accou...

 


Regards,
Rushikesh Vartak
If the response is helpful, please click Accept As Solution and kudos it.

AshishDas
Regular Contributor II
Regular Contributor II

Hi Rushi,

We do not have a consistency based on displayname wherein we can fetch

Same with us. We used or condition 

limitation is only 15 or conditions


Regards,
Rushikesh Vartak
If the response is helpful, please click Accept As Solution and kudos it.