Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.68 KB

EmployeeResource.md

File metadata and controls

27 lines (23 loc) · 1.68 KB

EmployeeResource

Properties

Name Type Description Notes
id int Id for the Employee. [optional]
sort string Sort the employee. [optional]
name string Employees name. [optional]
title string Title for the employee. [optional]
external_job_title string Job title shown to clients and partners. [optional]
geo_code string Location for the employee. [optional]
wanted_geo_code string Wanted geo code. [optional]
image string Photo of the employee. [optional]
email string Email for the employee. [optional]
phone_work string Work Phone Number for the employee. [optional]
phone_private string Private Phone Number for employee. [optional]
signature \Ageras\Api\EmployeeSignatureResource [optional]
roles \Ageras\Api\EmployeeRoleResource[] The list of roles that the employee is member of. [optional]
initials string Employee Initials. [optional]
is_active bool Is the Employee active ? [optional] [default to false]
current_call_activity \Ageras\Api\EmployeeCurrentCallActivityResource [optional]
social \Ageras\Api\EmployeeSocialResource [optional]
profile_picture string [optional]

[Back to Model list] [Back to API list] [Back to README]