Skip to main content
GET
Get Employee Information
Create a request using the companyID attribute to return key summarized information for all employees under the indicated employer. This uses the same underlying endpoint as Get Employee Information, which looks up a single employee by employeeID instead of listing/filtering - the API does not distinguish these with separate routes, so the query parameters accepted differ by intended usage. This page’s usage: pass companyID and any of the optional filters below (omit employeeID) to get a filtered list of employees.

Authorizations

Authorization
string
header
required

Query Parameters

companyID
string
required

Company ID of employer

employeeID
string

Employee ID

onboarded
boolean

Filter by Employee onboarded status

employment_status
string

Filter by Employee employment status

title
string

Filter by Employee title

dob
string

Filter by Employee date of birth

start_date
string

Filter by Employee start date

email
string

Filter by Employee email

phone_number
string

Filter by Employee phone number

default_pay_schedule
enum<string>

Filter by Employee default pay schedule

Available options:
daily,
weekly,
biweekly,
semimonthly,
monthly,
quarterly
is_943
boolean

Filter by whether Employee is 943 status

is_scheduleH
boolean

Filter by whether Employee is scheduleH status

external_id
string

Filter by Employee external ID

workLocationID
string

Filter by Employee work location ID

Response

200

success
boolean
default:true
Example:

true

data
object