cancel
Showing results for 
Search instead for 
Did you mean: 

[COE0003]Bad property expression: email; email is not filterable

0 Kudos

Hi, I am working on integration with SAP Success Factors and using the OData V2 APIs. I tried querying a user using email with OData standard format but facing the below issue.

I prepared the below URL for making the above request :

https://{host}/odata/v2/UserAccount?$select=accountId,accountIsLocked,accountStatus,accountUuid,crea... eq 'abc@bestrunsap.com'

Could anyone please let me know what I am doing wrong here and what does that error mean?

View Entire Topic
evanireland
Advisor
Advisor
0 Kudos

I suppose it means that the server implementation for this entity set just can't handle a $filter that includes the email property.

This might be an implementation deficiency or might be done for security reasons.

Maybe an enhancement request for the SF backend would be needed?

0 Kudos

Hi Evan, could you please let me know what you exactly mean by enhanced query? If there is documentation available then you can redirect me to it.

Can we resolve this implementation deficiency by ourselves or it is generic for everyone ?