Symptom
How to use filters 'sw', 'ew', and 'co' in SCIM API
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
- SAP SuccessFactors HXM suite
- Integrations
- SCIM API
- Integrations
Resolution
The SCIM API supports including, starting with, and ending with certain characters.
For example:
1. active eq true and userName sw "108"
Retrieve active users whose userName starts with "108" (e.g. 1083330).
2. active eq true and userName ew "108"
Retrieve active users whose userName ends with "108" (e.g. 1010108).
3. active eq true and userName co "108"
Retrieve active users whose userName contains the character "108" (e.g. 1010808)
See Also
Keywords
SCIM API, start with, end with, certain characters , KBA , LOD-SF-INT-ODATA , OData API Framework , How To
Product
SAP SuccessFactors HXM Core 2311