Skip to main content
POST
Create Employee

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
company_name
string | null
company_domain
string | null
title
string | null
linkedin_url
string | null
location
string | null
avatar_url
string | null
email
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