PUT /staff/:id
The following macros are not currently supported in the header:
  • style

PUT /staff/:id

Resource URL 

Update an existing staff member.

PUT /staff/:id ANY /staff/:id?_method=put

Parameters

Table of allowed parameters.

firstname

string

The firstname of the staff member.

surname

string

The surname of the staff member.

title

string

The staff members title. For example: mr, mrs, dr, etc

email

string

The staff members email.

fax

string

The staff members fax

phone

string

The staff members phone number.

mobile

string

The staff members mobile number

position

string

The staff members position. For example, software engineer or CEO.

Handling the response

Please see the GET endpoint for handling the response.