SBEmployee

Employees

This object represents an employee of your business who interacts with customers.

Scopes

employees.read employees.write

Core principles

Smartbills employees are customer-facing employees who generate sales. You can associate invoices with employees. This allows for in-depth analysis of your employees and helps us generate detailed reports on how your customers interact with your employees.

SBEmployee

SBEmployee
{
	"id": 1,
	"firstName": "John",
	"lastName": "Doe",
	"gender": "MALE",
	"email": "[email protected]",
	"locale": "en-CA",
	"birthDate": "1990-01-01",
	"createdAt": "2023-01-01",
	"updatedAt": "2023-01-06"
}
AttributeDescriptionType
idSmartbills unique ID of the employeelong
firstNameFirst name of the employee. This is what the customer will see on their invoice.string
lastNameLast name of the employeestring
genderGender of the employeeMALE, FEMALE, OTHER
localeLocale of the employeestring
emailEmail of the employeestring
birthdateBirthdate of the employeedate
createdAtThe time the employee was createddate
updatedAtThe time the employee was updateddate