Resource URL
Create a new staff member.
Code Block | ||
---|---|---|
| ||
POST /staff |
Parameters
Table of allowed paramatersparameters. Underlined parameters are required.
username | string | The unique username to assign to the staff member |
---|---|---|
password | string | The password assigned to the staff member. |
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 |
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.