Skip to main content
PATCH
Update staff member

Authorizations

Authorization
string
header
required

JWT token authentication

Path Parameters

id
integer
required

Staff ID

Body

application/json
firstName
string
lastName
string
email
string<email>
phone
string
specialty
string
employmentType
enum<string>
Available options:
full_time,
part_time,
contract,
per_diem
hourlyRate
number<decimal>
yearsExperience
integer
certifications
string[]
skills
string[]
isActive
boolean

Response

Staff member updated successfully

id
integer

Unique staff identifier

firstName
string

First name

lastName
string

Last name

email
string<email>

Email address

phone
string | null

Phone number

specialty
string | null

Worker specialty or role classification (industry-specific)

employmentType
enum<string> | null

Type of employment

Available options:
full_time,
part_time,
contract,
per_diem
hourlyRate
number<decimal> | null

Hourly pay rate

yearsExperience
integer | null

Years of experience

certifications
string[]

Professional certifications

skills
string[]

Skills and competencies

isActive
boolean

Whether the staff member is active

profilePhoto
string | null

URL to profile photo

emergencyContact
object | null
workHistory
object[]
education
object[]