SAP SuccessFactors
Read SAP SuccessFactors HRIS data — users, persons, departments — via the OData v2 API.
Auth: user-delegated OAuth 2.0. Attach the matching OAuth credential once; the InTouch server injects a live access token and keeps it refreshed for you. Your secrets stay in the encrypted vault — never in the tool, never shown to the AI assistant.
Operations
list_usersget_userlist_personslist_departments
Inputs
operation(required) — One of: list_users, get_user, list_persons, list_departmentshost(required) — SuccessFactors API server host for your datacenter, e.g. api4.successfactors.com (no scheme, no path). Find it in the SAP SuccessFactors API server URL list for your tenant.userId— SuccessFactors user id — required for get_user.query— Optional OData query params as a JSON object string. OData defaults to XML — pass {"$format": "json"} to get JSON. Combine with $top/$select/$filter, e.g. {"$format": "json", "$top": 50}.body— Request body as a JSON object string (reserved for create/update ops).
Example
operation: list_users
host: <your host>