Microsoft Graph - Filtering on identities

Regular Visitor

Hi.

I use a similar API call as the example shown below for my Power Apps. The issuer in the development and production environment is not the same. Hence it makes sense to me to take that into consideration when establishing the connectors. However, I found out that I can write whatever I want as the issuer, and still get the desired outcome. Should that be the case?

https://graph.microsoft.com/v1.0/users$select=displayName,id&$filter=identities/any(c:c/issuerAssignedId eq 'j.smith@yahoo.com' and c/issuer eq 'contoso.onmicrosoft.com')

 

1 Reply
Hi @algebra: Did you ever receive a resolution for this issue?
I've raised a similar question to this as well: https://techcommunity.microsoft.com/t5/microsoft-graph/user-query-filter-ignores-identities-issuer-m...