Employee
Create Employee
Create a new employee
post/employee
Query parameters
selectstring
Filtering Columns
Request body
idstring uuid
Employee ID
created_atstring timestamp with time zone
Employee creation date
updated_atstring timestamp with time zone
Latest update
organisation_idstring uuid
Organisation ID
user_idstring uuid nullable
User ID
is_adminboolean nullable
Is employee an admin?
usernamestring text
Name of employee
signaturestring text nullable
Signature of employee
full_namestring text nullable
Name of employee
emailstring text nullable
Email of employee
display_namestring text
Displayed name of the employee in the Mateo app
Response
The updated Employee object
idstring uuid
Employee ID
created_atstring timestamp with time zone
Employee creation date
updated_atstring timestamp with time zone
Latest update
organisation_idstring uuid
Organisation ID
user_idstring uuid nullable
User ID
is_adminboolean nullable
Is employee an admin?
usernamestring text
Name of employee
signaturestring text nullable
Signature of employee
full_namestring text nullable
Name of employee
emailstring text nullable
Email of employee
display_namestring text
Displayed name of the employee in the Mateo app