Skip to main content
PUT
Update employee information

Authorizations

X-Partner-API-Key
string
header
required

Partner API key for external integrations

Path Parameters

company_member_id
string<uuid>
required

Unique identifier for the company member

Body

application/json
first_name
string

Employee first name

last_name
string

Employee last name

email
string<email>

Employee email address

employee_id
string

External employee ID from HRIS

hire_date
string<date>

Employee hire date

employment_status
enum<string>

Current employment status

Available options:
Active,
Terminated,
Leave of Absence
employee_class
enum<string>

Employment classification

Available options:
Full Time,
Part Time,
Temporary,
Intern,
Seasonal,
Individual Contractor

Response

200 - application/json

Updated company member details

data
object