Supported integrations
Supported integrations
Personio
Workday
Workday Custom Reports
SAP SuccessFactors
Factorial
UKG Pro
UKG Ready
ADP Workforce Now
AFAS Software
BambooHR
PayFit Customer
PayFit Partner
PayFit
Employment Hero
Fourth
Kenjo
HeavenHR
HiBob
Cezanne HR
Microsoft Entra ID
Microsoft Azure AD
Google Workspace
Nmbrs
Deel
Remote
IRIS Cascade
Okta
Sage HR
Sage People
Humaans
Eurécia
Oracle HCM
Officient
Sesame HR
Charlie
HR WORKS
Abacus
Zoho People
Gusto
Breathe HR
CatalystOne
Mirus
AlexisHR
Simployer
Visma Peple
Visma YouServe
Dayforce
Hansalog
Lattice
TriNet (Zenefits)
Paylocity
Paycor
Namely
Paycom
Insperity
Paychex
Rippling
Kallidus (Sapling)
PeopleHR
Lucca
Zelt
Planday
BoondManager
Hailey HR
OysterHR
kiwiHR
HR4YOU
Cornerstone OnDemand
Perbility Helix
Leapsome
Loket
workforce.com
MHR People First
SD Worx
Absence.io
SCIM
DATEV HR
Sympa
Visma Raet - Youforce
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 <= 250
Filter the entries based on the modification date in format YYYY-MM-DDTHH:mm:ss.sssZ. If you want to track entry deletion, also set the include_deleted=true
query parameter, because otherwise, deleted entries will be hidden.
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 a comma-separated list of group types: DEPARTMENT
, TEAM
, COST_CENTER
, or null
to filter groups without a type.
Leave this blank to get results matching all values.
Filter by the name
field. Can be used to find a group by keywords present in the group name.
Response
GET /hris/groups Positive response
"success"
{
"next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=",
"results": [
{
"id": "4B9bKBpX5tnwjiG93TAqF7ci",
"remote_id": "49",
"name": "Customer Success",
"changed_at": "2022-08-07T14:01:29.196Z",
"remote_deleted_at": null,
"type": "TEAM",
"parent_id": "KGaJ5XaVPob8mYVfD49W4DGB",
"remote_data": null
}
]
}