Provisioning Additional Attributes Using the ODATA API
The SuccessFactors connector can provision additional attributes for /User
, /EmpJob
, and /EmpEmployment
ODATA APIs. Currently, this is supported only in the Update operation.
Note
-
User attributes must use the
User
prefix. For example,User.city
. -
EmpJob attributes must use the
EmpJob
prefix. For example,EmpJob.managerId
. -
EmpEmployment attributes must use the
EmpEmployment
prefix. For example,EmpEmployment.isContingentWorker
.
In SuccessFactors:
To find the supported attributes you want to add:
-
In the SuccessFactors managed system, go to Admin Center.
-
Search for and then select, ODATA API DATA Dictionary.
-
Search for
User
,EmpJob
, orEmpEmployment
.A list of supported attributes displays.
-
Check
column sap:upsertable
, the value should betrue
. -
Copy the attribute names.