Supported integrations
Supported integrations
Personio
Workday
Workday Custom Reports
SAP SuccessFactors
Factorial
UKG Pro
UKG Ready
ADP Workforce Now
PayFit Customer
PayFit Partner
PayFit
Employment Hero
Kenjo
HeavenHR
Cezanne HR
Microsoft Entra ID
Microsoft Azure AD
Nmbrs
Deel
Okta
Sage People
Humaans
Oracle HCM
Charlie
Abacus
Gusto
Breathe HR
AlexisHR
Simployer
Visma YouServe
Hansalog
TriNet (Zenefits)
Paylocity
Paycor
Namely
Paycom
Insperity
Paychex
PeopleHR
Lucca
BoondManager
Hailey HR
OysterHR
HR4YOU
Loket
MHR People First
SD Worx
Sympa
PeopleXD
Kombo Sandbox
SFTP
SFTP Fetch
(id IN ids) AND (remote_id IN remote_ids)Authorizations
Headers
ID of the integration you want to interact with.
Query Parameters
An optional cursor string used for pagination. This can be retrieved from the next property of the previous page response.
The number of results to return per page. Maximum is 250.
1 <= x <= 250Filter the entries based on the modification date in format YYYY-MM-DDTHH:mm:ss.sssZ. Returns records where either the record itself OR its nested data has been updated since this timestamp, even if the record's own changed_at field remains unchanged. If you want to track entry deletion, also set the include_deleted=true query parameter, because otherwise, deleted entries will be hidden. For more details, see Understanding changed_at vs updated_after Behavior.
By default, deleted entries are not returned. Use the include_deleted query param to include deleted entries too.
true, false Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.
Filter by a comma-separated list of remote IDs.
Filter by the name field. Can be used to find a legal entity by keywords present in the legal entity name.
Response
GET /hris/legal-entities Positive response
"success"{
  "next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=",
  "results": [
    {
      "id": "4B9bKBpX5tnwjiG93TAqF7ci",
      "remote_id": "49",
      "name": "ACME Inc.",
      "address": {
        "city": "Berlin",
        "country": "DE",
        "raw": "Sonnenallee 63\n12045 Berlin, Berlin\nGermany",
        "state": "Berlin",
        "street_1": "Sonnenallee 63",
        "street_2": null,
        "zip_code": "12045"
      },
      "changed_at": "2022-08-07T14:01:29.196Z",
      "remote_deleted_at": null,
      "remote_data": null
    }
  ]
}