Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
You cannot nest multiple lambda operators... best filter this client-side.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Help filter results targetResources/modifiedProperties/displayName eq "AccountEnabled" from api https://graph.microsoft.com/v1.0/auditLogs/directoryAudits I am trying to use https://graph.microsoft.com/v1.0/auditLogs/ directoryAudits?$filter=targetResources/any(r:r/modifiedProperties/any(p:p/displayName eq 'AccountEnabled')) But there is an error "The Any/All nesting limit of '1' has been exceeded. 'MaxAnyAllExpressionDepth' can be configured on ODataQuerySettings or EnableQueryAttribute." and try adjusting it to https://graph.microsoft.com/v1.0/auditLogs/directoryAudits?$filter=targetResources/any(r:r/modifiedProperties/any(p:p/displayName eq 'AccountEnabled'))&$top=10&$ count=true&$maxanyallexpressiondepth=2 It still cannot be used and the same error occurs.
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Additional features, settings, or issues not covered by specific Microsoft Teams categories
You cannot nest multiple lambda operators... best filter this client-side.