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:

  1. In the SuccessFactors managed system, go to Admin Center.

  2. Search for and then select, ODATA API DATA Dictionary.

  3. Search for User, EmpJob, or EmpEmployment.

    A list of supported attributes displays.

  4. Check column sap:upsertable, the value should be true.

  5. Copy the attribute names.