API calls for SAP SuccessFactors
The SAP SuccessFactors connector makes API calls to SAP to retrieve data.
User account
The call uses the GET operation to retrieve information about user accounts, including login username, account status, and account type.
URI: https://<API-Server>/odata/v2/UserAccount('ind1')
For more information, see SAP API docs
User account count
The call uses the GET operation to retrieve the total number of user accounts in SAP SF.
URI: https://sandbox.api.sap.com/successfactors/odata/v2/UserAccount/$count
For more information, see SAP API docs .
User roles report
The call uses the GET operation to return the role details of a user.
URI: https://sandbox.api.sap.com/successfactors/odata/v2/getUserRolesReport?userIds={{userIds}}
For more information, see SAP API docs .