Symptom
You are trying to export the "About me" text that is stored inside the Employee Profile / My Employee File > Header using Integration center or OData API.
Environment
SuccessFactors HXM Suite
- OData API
- Integration center
Resolution
This information is stored inside the OData entity named EPPublicProfile
Opening the handbook, in the chapter 10.5, we can see the details about it:
This entity provides public profile information that is not already available in other OData APIs. For example, "About Me" videos, "My Name" audio recordings, and "Introduction" text.
Note
This entity is internal and intended to be used by Mobile only. If you insist on using it, please note there might risks and it only support v12 Profile.
The sentence above means, this entity is exposed for the SF mobile only and cannot be consumed using Integration center.
I did one testing using OData (Postman), and worked.
In that case, we need to pass the user ID manually in the query as filter, sample:
GET https://apisalesdemo4.successfactors.com:443/odata/v2/EPPublicProfile?$filter=userId eq '666'&$format=json
Results:
Keywords
About me, header, section, export, download, Integration center, odata api, SuccessFactors HXM HCM suite , KBA , LOD-SF-INT-INC , Integration Center , LOD-SF-INT , Integrations , LOD-SF-INT-ODATA , OData API Framework , How To