Skip to content

Employees Object ​



id
string
REQUIRED · 

The unique identifier for employee

first_name
string

The first name of the employee

last_name
string

The last name of the employee

name
string

The display name of the employee

emails
object[]

The emails of the employee

email
string

The email of the employee

type
string

The type of the email

phones
object[]

The phone numbers of employee

number
string

The phone number

extension
string

The extension of the phone number

type
string

The type of phone

addresses
object[]
street_1
string

The street 1 of the address

street_2
string

The street 2 of the address

city
string

The city of the address

state
string

The state of the address

country
string

The country of the address

postal_code
string

The postal code of the address

type
string

The type of the address

created_at
string · date-time

This represents the date when the employee was created

updated_at
string · date-time

This represents the date when the employee was updated

remote_data
object

Raw data returned from the remote API call.