Adding Attributes From ODATA API Data Dictionary

The SuccessFactors connector can aggregate additional account schema attributes to manage users that belong to the user entity. The connector can aggregate additional account schema attributes for user and employee data using the /User, /EmpJob, and /EmpEmployment ODATA APIs.

Note

  • This feature supports employee and user types.

  • 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:

Find the supported attributes you want to add:

  1. Go to Admin Center.

  2. Search for and select ODATA API DATA Dictionary.

  3. Search for User, EmpJob, or EmpEmployment. This displays the list of supported attributes.

  4. Copy the attribute name.

    Note
    In the ODATA API Dictionary, the attribute must be configured as sap:visible true to be included in aggregation.

In SailPoint:

Add the attribute name to the account schema:

  1. Go to Connections > Sources and then select SuccessFactors from the list.

  2. Go to the Import Data and then select Account Schema.

  3. Select Add New Attribute.

  4. In the Name, add the name of the attribute copied from SuccessFactors.

  5. Select Save.