08/05/2023 11:43 AM
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"
}
It deactivates all the groups.
Are we missing something?
08/05/2023 01:10 PM
Try on entitlement display name
From Release v23.7, the connector supports advanced query for filtering groups.
08/06/2023 05:02 AM
Hi Rushi,
We do not have a consistency based on displayname wherein we can fetch
08/06/2023 07:59 AM
Same with us. We used or condition
limitation is only 15 or conditions