Skip to main content
GET
Get Employee Information
This request uses the employeeID attribute to return key information about the employee, contained within the Employee Object. This is the same underlying route as Get Employees, which lists/filters instead of looking up a single employee - the API doesn’t distinguish these with separate routes, so each page documents the query parameters for its own intended usage.
This applies to W-2 employees. For 1099 contractors, use the Get Contractor Information request instead.

Returns

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