Update an employee

Updates the specified employee.

Path Params
string
required

ID of the employee to update

Body Params
string

Employee’s first name

string

Employee’s middle name

string

Employee’s last name

string

Employee’s email address

date

Employee’s date of birth

residence
object

Employee residence used for calculating state income taxes

date

Most recent start date of employment

date

Most recent date of employment termination. Will be set to null if a more recent start date is set.

string

ID of the employee's net pay split

workplaces
array of strings

IDs of workplaces where the employee works

workplaces
string

The Workplace ID of the employee's primary workplace.

string

Employee's TIN (usually their Social Security Number). Must be unique across all employees in a company. Only the last four digits of an SSN will be made available in ssn_last_four after being set.

string

Either "direct_deposit" or "manual"

boolean

Indicates whether the employee is currently employed. Used only for filtering.

boolean
Defaults to false
json

Additional loosely structured information to associate with the employee

Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!