Skip to content

List Employees ​

Endpoint ​

http
GET /unified/hris/employees
Integrations supported
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • Google Workspace
  • greytHR
  • Gusto
  • Hailey HR
  • HeavenHR
  • HiBob
  • HR Cloud
  • HR Partner
  • Humaans
  • IntelliHR
  • JumpCloud
  • Keka
  • Kenjo
  • Namely
  • Officient
  • Okta
  • PeopleHR
  • Personio
  • Repute
  • Square
  • Workable
  • Zoho People
  • Zwayam
Partial response integrations

For partial response integrations, you will need to fetch the individual resource using the "get" endpoint to get the full response object.

  • Google Workspace
  • greytHR
  • Gusto
  • HeavenHR
  • HiBob
  • HR Partner
  • Kenjo
  • Officient
  • Okta
  • Repute
  • Square
  • Workable
  • Zoho People
  • Zwayam

Query parameters ​

Refer Specifying query parameters in Truto APIs

integrated_account_id
string · uuid
REQUIRED · 

The ID of the integrated account to use for the request.

Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d
truto_response_format
string

The format of the response.

  • unified will return the response with unified mappings applied.
  • raw will return the raw response from the remote API.
  • normalized will apply the unified mappings and return the data in a normalized format.

Defaults to unified.

All possible enum values:
  • unified
  • raw
  • normalized
Example: unified
truto_key_by
string

By default the result attribute is an array of objects. This parameter allows you to specify a field in each result objects to use as key, which transforms the result array into an object with the array items keyed by the field. This is useful for when you want to use the result as a lookup table.

Example: id
truto_ignore_limit
boolean

Ignores the limit query parameter.

truto_ignore_remote_data
boolean

Excludes the remote_data attribute from the response.

truto_exclude_fields
array

Array of fields to exclude from the response.

Example: truto_exclude_fields[]=id&truto_exclude_fields[]=name
remote_query
object

Query parameters to pass to the underlying API without any transformations. Refer this guide to see how to structure the query parameters.

Example: remote_query[foo]=bar
name
string

This represents the name of the employee

Supported in
  • ClayHR
  • Factorial
  • HR Partner
  • IntelliHR
  • JumpCloud
  • Officient
emails
array

When updated_at is provided, the emails query parameter is ignored.

Supported in
  • AlexisHR
  • IntelliHR
  • JumpCloud
  • Kenjo
  • Namely
  • Officient
  • Personio
employee_number
string

This represents the employee number

Supported in
  • AlexisHR
  • HeavenHR
  • IntelliHR
  • JumpCloud
  • Kenjo
first_name
string

This represents the first name of the employee

Supported in
  • AlexisHR
  • Namely
last_name
string

This represents the last name of the employee

Supported in
  • AlexisHR
  • Namely
manager
object

Represents the manager of the employee. Is also an employee.

Supported in
  • AlexisHR
  • Namely
id
string

The unique identifier for employees

name
string

This represents the name of the employee

employment_status
string

This represents the employment status. If no clear mapping is available, then the raw value is returned.

All possible enum values:
  • active
  • all
  • inactive
  • newHire
  • pending
Enum support by integration
  • JumpCloud
    • active
    • inactive
  • HiBob
    • active
    • all
  • Humaans
    • active
    • inactive
    • all
    • newHire
  • greytHR
    • active
    • inactive
    • all
  • Keka
    • active
    • inactive
Supported in
  • AlexisHR
  • ClayHR
  • greytHR
  • HeavenHR
  • HiBob
  • HR Partner
  • Humaans
  • JumpCloud
  • Keka
  • Kenjo
  • Namely
  • Square
sort_by
object

The field to sort the resource by. Should be in format { fieldName: direction }. The direction can be asc or desc.

Supported in
  • Namely
first_name
string

This represents the first name of the employee

All possible enum values:
  • asc
  • desc
Supported in
  • Namely
last_name
string

This represents the last name of the employee

All possible enum values:
  • asc
  • desc
Supported in
  • Namely
created_at
string · date-time

This represents the date when the Employee was created

All possible enum values:
  • asc
  • desc
Supported in
  • Namely
updated_at
string · date-time

This represents the date when the Employee was updated

All possible enum values:
  • asc
  • desc
Supported in
  • Namely
groups
array

This represents the groups

Supported in
  • AlexisHR
  • HeavenHR
  • HR Partner
id
string
updated_at
string · date-time

This represents the date when the Employee was updated

Supported in
  • AlexisHR
  • BambooHR
  • greytHR
  • HeavenHR
  • HR Cloud
  • Humaans
  • Keka
  • Okta
  • Personio
  • Repute
  • Zoho People
created_at
string · date-time

This represents the date when the Employee was created

Supported in
  • AlexisHR
  • HR Cloud
  • Humaans
  • JumpCloud
start_date
string · date-time

This represents the start date

Supported in
  • AlexisHR
  • ClayHR
  • HR Partner
termination_date
string · date-time

This represents the termination date

Supported in
  • AlexisHR
  • ClayHR
  • HR Partner
work_location
object

This represents the work location

Supported in
  • HR Partner
  • Square
id
string

The unique identifier for locations

name
string

This represents the name of the location

street_1
string

The first line of work address

street_2
string

The second line of work address

city
string

The city of the work address

state
string

The state/province of the work address

postal_code
string

The postal code of the work address

country
string

The country of the work address

gender
string

This represents gender

Supported in
  • HR Partner
tags
array

The employee's tags

Supported in
  • HR Partner
company
object

This represents the company

Required in
  • Gusto
id
string

The unique identifier for companies

phones
array

The phones of the user

Supported in
  • AlexisHR

Response Body ​

result
object[]

List of Employees

id
string
REQUIRED · 

The unique identifier for employees

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • Google Workspace
  • greytHR
  • Gusto
  • Hailey HR
  • HeavenHR
  • HiBob
  • HR Cloud
  • HR Partner
  • Humaans
  • IntelliHR
  • JumpCloud
  • Keka
  • Kenjo
  • Namely
  • Officient
  • Okta
  • PeopleHR
  • Personio
  • Repute
  • Square
  • Workable
  • Zoho People
  • Zwayam
employee_number
string

This represents the employee number

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • ClayHR
  • DarwinBox
  • Factorial
  • Google Workspace
  • greytHR
  • Hailey HR
  • HeavenHR
  • HiBob
  • HR Cloud
  • Humaans
  • IntelliHR
  • JumpCloud
  • Keka
  • Kenjo
  • Namely
  • Okta
  • Personio
  • Square
  • Workable
  • Zoho People
company
object

This represents the company

Supported in
  • AlexisHR
  • Charlie
  • Gusto
  • HiBob
  • JumpCloud
  • PeopleHR
id
string

The unique identifier for companies

first_name
string

This represents the first name of the employee

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • Google Workspace
  • Gusto
  • Hailey HR
  • HeavenHR
  • HiBob
  • HR Cloud
  • HR Partner
  • Humaans
  • IntelliHR
  • JumpCloud
  • Keka
  • Namely
  • Okta
  • PeopleHR
  • Personio
  • Square
  • Workable
  • Zoho People
  • Zwayam
middle_name
string

This represents the middle name of the employee

Supported in
  • BambooHR
  • Breathe
  • ClayHR
  • IntelliHR
  • JumpCloud
  • Namely
last_name
string

This represents the last name of the employee

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • Google Workspace
  • Gusto
  • Hailey HR
  • HeavenHR
  • HiBob
  • HR Cloud
  • HR Partner
  • Humaans
  • IntelliHR
  • JumpCloud
  • Keka
  • Namely
  • Okta
  • PeopleHR
  • Personio
  • Square
  • Workable
  • Zoho People
  • Zwayam
name
string

This represents the name of the employee

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • Google Workspace
  • greytHR
  • Gusto
  • Hailey HR
  • HeavenHR
  • HiBob
  • HR Cloud
  • HR Partner
  • Humaans
  • IntelliHR
  • JumpCloud
  • Keka
  • Namely
  • Officient
  • Okta
  • PeopleHR
  • Personio
  • Repute
  • Square
  • Workable
  • Zoho People
username
string

This represents the username

Supported in
  • ClayHR
  • IntelliHR
  • JumpCloud
  • Okta
groups
object[]

This represents the groups

Supported in
  • AlexisHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • Google Workspace
  • greytHR
  • Gusto
  • Hailey HR
  • HeavenHR
  • HiBob
  • HR Partner
  • Humaans
  • Keka
  • Namely
  • Okta
  • PeopleHR
  • Personio
  • Workable
  • Zoho People
id
string

The unique identifier for groups

name
string

Group's name

type
string

Type of the group. Some underlying providers use this to differentiate between in-built and user created groups.

emails
object[]

The emails of the user

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • Google Workspace
  • greytHR
  • Gusto
  • Hailey HR
  • HeavenHR
  • HiBob
  • HR Cloud
  • HR Partner
  • Humaans
  • IntelliHR
  • JumpCloud
  • Keka
  • Kenjo
  • Namely
  • Officient
  • Okta
  • PeopleHR
  • Personio
  • Repute
  • Square
  • Workable
  • Zoho People
  • Zwayam
email
string

The email address

type
string

The type of email address

is_primary
boolean

Whether the email address is primary

phones
object[]

The phones of the user

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • Google Workspace
  • greytHR
  • Gusto
  • Hailey HR
  • HR Cloud
  • Humaans
  • IntelliHR
  • JumpCloud
  • Keka
  • Namely
  • Okta
  • PeopleHR
  • Repute
  • Square
  • Workable
  • Zoho People
number
string

The phone number

extension
string

The extension of the phone number

type
string

The type of phone number

employments
object[]

Represents a role or employment of the employee in the company

Supported in
  • AlexisHR
  • BambooHR
  • ClayHR
  • Gusto
  • HiBob
  • IntelliHR
  • JumpCloud
  • Keka
  • Namely
  • PeopleHR
  • Personio
  • Repute
  • Workable
  • Zoho People
id
string
REQUIRED · 

The unique identifier for employments

employee
object

Employee associated with this employment

id
string

The unique identifier for employees

job_title
string

Job title of the employee

pay_rate
number

This represents the pay rate

pay_period
string

This represents the pay period

pay_frequency
string

This represents the pay frequency

pay_currency
string

This represents the pay currency

pay_group
string

This represents the pay group

flsa_status
string

This represents the flsa status

effective_date
string · date-time

Represents the effective date of the employment

end_date
string · date-time

Represents the end date of the employment

employment_type
string

This represents the employment type

All possible enum values:
  • full_time
  • part_time
  • contract
  • internship
  • temporary
  • trainee
  • volunteer
  • per_diem
end_reason
string

Represents why the employment ended

created_at
string · date-time

This represents the date when the employments was created

updated_at
string · date-time

This represents the date when the employments was updated

home_location
object[]

This represents the home location

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • Factorial
  • Hailey HR
  • HR Cloud
  • Humaans
  • IntelliHR
  • JumpCloud
  • Keka
  • Namely
  • PeopleHR
  • Zoho People
id
string

The unique identifier for locations

name
string

This represents the name of the location

street_1
string

The first line of home address

street_2
string

The second line of home address

city
string

The city of the home address

state
string

The state/province of the home address

postal_code
string

The postal code of the home address

country
string

The country of the home address

work_location
object

This represents the work location

Supported in
  • Charlie
  • ClayHR
  • Factorial
  • Hailey HR
  • HiBob
  • HR Cloud
  • HR Partner
  • Humaans
  • JumpCloud
  • Namely
  • PeopleHR
  • Square
  • Zoho People
id
string

The unique identifier for locations

name
string

This represents the name of the location

street_1
string

The first line of work address

street_2
string

The second line of work address

city
string

The city of the work address

state
string

The state/province of the work address

postal_code
string

The postal code of the work address

country
string

The country of the work address

manager
object

Represents the manager of the employee. Is also an employee.

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • Google Workspace
  • greytHR
  • Gusto
  • Hailey HR
  • HiBob
  • HR Cloud
  • Humaans
  • JumpCloud
  • Keka
  • Namely
  • PeopleHR
  • Personio
  • Workable
  • Zoho People
id
string

The unique identifier for employees

name
string

This represents the name of the employee

pay_group
object

This represents the pay group

Supported in
  • ClayHR
  • JumpCloud
  • Keka
  • Namely
id
string

The unique identifier for pay groups

ssn
string

This represents the ssn

Supported in
  • AlexisHR
  • BambooHR
  • Factorial
  • Gusto
  • Namely
gender
string

This represents gender

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • Factorial
  • greytHR
  • Hailey HR
  • HR Cloud
  • HR Partner
  • Humaans
  • IntelliHR
  • Keka
  • Namely
  • PeopleHR
  • Personio
  • Repute
  • Zoho People
ethnicity
string

This represent ethnicity

Supported in
  • BambooHR
  • Breathe
  • HR Cloud
  • Namely
marital_status
string

This represents marital status

Supported in
  • BambooHR
  • Breathe
  • Charlie
  • Keka
  • Namely
  • Personio
  • Zoho People
date_of_birth
string

This represents date of birth

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • greytHR
  • Gusto
  • Hailey HR
  • HR Cloud
  • HR Partner
  • Humaans
  • IntelliHR
  • Keka
  • Namely
  • PeopleHR
  • Personio
  • Repute
  • Zoho People
start_date
string · date-time

This represents the start date

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • greytHR
  • Gusto
  • Hailey HR
  • HiBob
  • HR Cloud
  • HR Partner
  • Humaans
  • IntelliHR
  • Keka
  • Namely
  • Okta
  • PeopleHR
  • Personio
  • Zoho People
employment_status
string

This represents the employment status. If no clear mapping is available, then the raw value is returned.

All possible enum values:
  • active
  • inactive
  • pending
Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • greytHR
  • Gusto
  • Hailey HR
  • HeavenHR
  • HR Partner
  • Humaans
  • IntelliHR
  • JumpCloud
  • Keka
  • Kenjo
  • Namely
  • Okta
  • PeopleHR
  • Personio
  • Repute
  • Square
  • Workable
  • Zoho People
termination_date
string · date-time

This represents the termination date

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • Charlie
  • ClayHR
  • DarwinBox
  • Factorial
  • greytHR
  • Gusto
  • Hailey HR
  • HiBob
  • HR Cloud
  • HR Partner
  • Humaans
  • IntelliHR
  • Keka
  • Namely
  • PeopleHR
  • Personio
  • Zoho People
termination_type
string

Represents the type of termination. If no clear mapping exists, then raw value is returned.

All possible enum values:
  • voluntary
  • dismissed
  • redundancy
  • end_of_contract
  • retirement
  • mutual
Supported in
  • BambooHR
  • Factorial
  • HiBob
  • Humaans
  • Keka
  • Personio
termination_reason
string

Represents the reason for termination

Supported in
  • BambooHR
  • Factorial
  • greytHR
  • HiBob
  • HR Cloud
  • Humaans
  • Keka
  • Namely
  • PeopleHR
  • Personio
avatar
string

This represents the avatar

Supported in
  • Charlie
  • HiBob
  • HR Partner
  • Humaans
  • Keka
  • Namely
  • PeopleHR
  • Workable
  • Zoho People
tags
object[]

The employee's tags

Supported in
  • HR Partner
  • Zoho People
id
string

The tag's unique identifier

name
string

The tag's name

created_at
string · date-time

This represents the date when the Employee was created

Supported in
  • AlexisHR
  • Breathe
  • ClayHR
  • Factorial
  • Google Workspace
  • HiBob
  • HR Cloud
  • Humaans
  • IntelliHR
  • JumpCloud
  • Namely
  • Okta
  • Personio
  • Square
  • Zoho People
updated_at
string · date-time

This represents the date when the Employee was updated

Supported in
  • AlexisHR
  • BambooHR
  • Breathe
  • DarwinBox
  • Factorial
  • greytHR
  • HeavenHR
  • HR Cloud
  • Humaans
  • IntelliHR
  • Namely
  • Okta
  • Personio
  • Square
  • Zoho People
  • Zwayam
remote_data
object

Raw data returned from the remote API call.

next_cursor
string

The cursor to use for the next page of results. Pass this value as next_cursor in the query parameter in the next request to get the next page of results.