Skip to main content
POST
Add Staff Profile

Body

application/json
first_name
string
required
last_name
string
required
email
string<email>
required
staff_id
string
required
joined_at
string<date-time>
required
title
string | null
gender
enum<string> | null
Available options:
male,
female,
withheld,
other
mobile_phone
string | null
secondary_phone
string | null
birth_day
integer | null
birth_month
integer | null
birth_year
integer | null
company
string | null
occupation
string | null
statuses
string[]

Response

Profile

data
Profile · object
required