You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to filter out admin identities from the API response, the != URL filter is returning the incorrect number of results. When I use the positive version of the filter I get the correct number.
I have 153 identities, 22 of them are admin identities with my specified authPolicyId.
When I call the URL with: filter=authPolicyId=%22OmTOhnWgto0R49LfzvFiA%22- returns 22 identities as expected
filter=authPolicyId!=%22OmTOhnWgto0R49LfzvFiA%22 - returns only 65 identities, I would expect it to return 131 identities.
The issue seems isolated to the negative filter, somehow it is filtering out more results than desired.
The text was updated successfully, but these errors were encountered:
When attempting to filter out admin identities from the API response, the
!=
URL filter is returning the incorrect number of results. When I use the positive version of the filter I get the correct number.I have 153 identities, 22 of them are admin identities with my specified authPolicyId.
When I call the URL with:
filter=authPolicyId=%22OmTOhnWgto0R49LfzvFiA%22
- returns 22 identities as expectedfilter=authPolicyId!=%22OmTOhnWgto0R49LfzvFiA%22
- returns only 65 identities, I would expect it to return 131 identities.The issue seems isolated to the negative filter, somehow it is filtering out more results than desired.
The text was updated successfully, but these errors were encountered: