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.

firstnamestringThe firstname of the staff member.
surnamestringThe surname of the staff member.
titlestringThe staff members title. For example: mr, mrs, dr, etc
emailstringThe staff members email.
faxstringThe staff members fax
phonestringThe staff members phone number.
mobilestringThe staff members mobile number
positionstringThe staff members position. For example, software engineer or CEO.

Handling the response

Please see the GET endpoint for handling the response.