Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Timezone mention

...

idnumberThe staff identifier. For example, 123. This can be used in subsequent staff requests as :staff_id.
usernamestringA unique name given to a staff member. This can be used in subsequent staff requests as :username.
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.
timezonestringThe timezone of the current user. If blank, the user is using the system's timezone.

 

Sample Response

Code Block
languagebash
GET /staff/1.json?_fields=email&_limit=2

...