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:
-
Go to Admin Center.
-
Search for and then select ODATA API DATA Dictionary.
-
Search for
User
,EmpJob
, orEmpEmployment
. This displays the list of supported attributes. -
Copy the attribute name.
Note
In the ODATA API Dictionary, the attribute should be present assap:visible true
to be included in aggregation.
In SailPoint:
Add the attribute name to the account schema:
-
Go to Applications > Application Definition and then select SuccessFactors from the list.
-
Go to the Schema tab and then select Object Type: Account.
-
Select Add New Schema Attribute.
-
In the Name field, add the name of the attribute copied from SuccessFactors.
-
Select Save.