I am using the Microsoft Graph API to filter some user data on my Azure B2C Account.
I can get the filters working fine on a Built In Property but filtering on any of my extension properties returns no data.
For example I am filtering on VerifiedEmail as below
https://graph.microsoft.com/v1.0/users?$filter=extension_{ID}_EmailVerified eq true
Without the filter I get data back but with the filter applied no data is returned but there is users who have verified emails within the dataset.
I also tried including the extension field within the select query