Skip to content

Latest commit

 

History

History
91 lines (51 loc) · 1.87 KB

api-access-configuration-json-file-543fbd6.md

File metadata and controls

91 lines (51 loc) · 1.87 KB

API Access Configuration JSON File

Use the authentication type JSON descriptor to define the authentication type for the inbound connectivity to the SAP SuccessFactors HXM Suite OData API.

Parameter

Description

systemName

The name of the system you have registered in a global account in SAP BTP.

Note:

The system must be in status Registered.

Rules/Guidelines

  • Required: Yes

technicalUser

The name of the technical user for consuming the SAP SuccessFactors HXM Suite OData API without a logged-in user.

Caution:

This property specifies the systemUser property in the destination that is created as a result of creating the SAP SuccessFactors Extensibility service instance.

The systemUser is deprecated and will be removed soon. We recommend that you work on behalf of specific (named) users instead of working with a technical user.

Note:

The technical user can be any user with the respective permissions. These permissions depend on the use case and the API you want to access. To find out which permission you need to assign to the technical user, go to SAP Business Accelerator Hub, find the SAP SuccessFactors API you want to access and from the Overview tab go to the Documentation section and open the help.sap.com link. There you find the right information for each API.

Rules/Guidelines

  • Required: No

  • Allowed characters: [a-zA-Z0-9_-]

  • Max length: 100

{
   "systemName":"MY_SYSTEM",
   "technicalUser":"technicalonboarder"
}