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
anduser
types. -
User
attributes must use theUser
prefix. For example,User.city
. -
EmpJob
attributes must use theEmpJob
prefix. For example,EmpJob.managerId
. -
EmpEmployment
attributes must use theEmpEmployment
prefix. For example,EmpEmployment.isContingentWorker
.
In SuccessFactors:
Find the supported attributes you want to add:
-
Go to Admin Center.
-
Search for and select ODATA API DATA Dictionary.
-
Search for User, EmpJob, or EmpEmployment. This displays the list of supported attributes.
-
Copy the attribute name.
Note
In the ODATA API Dictionary, the attribute must be configured assap:visible true
to be included in aggregation.
In SailPoint:
Add the attribute name to the account schema:
-
Go to Connections > Sources and then select SuccessFactors from the list.
-
Go to the Import Data and then select Account Schema.
-
Select Add New Attribute.
-
In the Name, add the name of the attribute copied from SuccessFactors.
-
Select Save.