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.

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 then 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 should be present as sap:visible true to be included in aggregation.

In SailPoint:

Add the attribute name to the account schema:

  1. Go to Applications > Application Definition and then select SuccessFactors from the list.

  2. Go to the Schema tab and then select Object Type: Account.

  3. Select Add New Schema Attribute.

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

  5. Select Save.