Skip to main content
PATCH
Update Employee

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

employee_id
string<uuid>
required

Body

application/json
name
string | null
avatar_url
string | null
reached_out_at
string<date-time> | null
mark_reached_out
boolean | null
assigned_to
string | null

Response

Successful Response

id
string
required
name
string
required
slug
string
required
title
string | null
required
avatar_url
string | null
required
linkedin_url
string | null
required
reached_out_at
string<date-time> | null
required
assigned_to
string | null
required
company
CompanyOut · object | null
required
portfolio_companies
PortfolioCompanyOut · object[]
required