v1

latestOpenAPI 3.1.02026-08-0612447737.4 KB
Employee

Delete Employee

Delete an existing employee

delete/employee

Query parameters

selectstring

Select columns to return

idstring required

Employee ID

created_atstring

Employee creation date

updated_atstring

Latest update

organisation_idstring

Organisation ID

user_idstring

User ID

is_adminstring

Is employee an admin?

usernamestring

Name of employee

signaturestring

Signature of employee

full_namestring

Name of employee

emailstring

Email of employee

display_namestring

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