Update an employee

Modifies the profile information for a single employee.

Path Params
required
Body Params
string
string

The employee's legal first name.

string

The employee's legal last name.

string

The employee's preferred or commonly used name. When an employee has nickname set, the name property on GET requests will follow the format "nickname last_name".

string

The employee's company or official email address. Must be a valid email format.

string

The employee's primary phone number. Dashes are optional.

string

The employee's official job title or role within the company.

The date in which the employee was officially hired. Allowed Formats: YYYY-MM-DD, MM-DD-YYYY.

The date in which the employee's employment ended. Allowed Formats: YYYY-MM-DD, MM-DD-YYYY.

string

The name of the group in which the employee belongs to. The group must exist in PerformYard.

string
enum

The current employment status of the employee.

Allowed:
string

The email address of the employee's direct manager.

contributors
array of strings

The email address(es) of contributors to the employee.

contributors
custom_fields
array of objects

Used to update the employee data fields created by the company. Accepts an array of objects where each object includes field_name and field_value, both of which accept a single string value.

custom_fields
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json