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
FreddyG
Explorer
0 Kudos

I'm trying to do the same, and found this Topic here. Is there any solution ?

I need to get the user "ID" from SuccessFactors, but the only known property to match is the user "E-Mail".
So i need a way to make an API call like "get user by email".

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

https://{SF}/odata/v2/User?$filter=status eq 'active' and email eq 'yyyy@yyy.com'&$format=json