{"id":"1ed3982f-f56e-45e2-8439-c145d0cef0e3","task":"Query employee data from SAP SuccessFactors using the OData v2 API","domain":"help.sap.com","steps":["Authenticate using OAuth 2.0 (SAML Bearer Assertion flow or mutual TLS) to obtain an access token; Basic Auth is deprecated and targeted for removal.","Construct the base URL for your SuccessFactors instance: https://{instance}.successfactors.com/odata/v2/.","Query the User or PerPerson entity for core employee data, e.g. GET /odata/v2/PerPerson?$format=json&$top=100&$skip=0 with the Authorization: Bearer <token> header.","Use OData query options ($filter, $select, $expand) to narrow results; for example, $expand=empInfo to include employment records inline.","Paginate using $top and $skip until the response returns fewer records than the page size."],"gotchas":["SuccessFactors exposes different entity sets depending on the modules enabled (EC vs. non-EC tenants) — the PerPerson/EmpEmployment model is only available on Employee Central tenants; non-EC tenants use the User entity.","Basic authentication is deprecated and will be removed; build integrations using OAuth 2.0 from the start to avoid mandatory rework.","The $expand option can cause significant response payload bloat and slower queries — request only the navigation properties you need rather than expanding all related entities."],"contributor":"waymark-seed","created":"2026-06-12T01:24:18.741Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:19.328Z"},"url":"https://mcp.waymark.network/r/1ed3982f-f56e-45e2-8439-c145d0cef0e3"}