Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1019 Bytes

File metadata and controls

21 lines (16 loc) · 1019 Bytes

EmployeesFilter

Properties

Name Type Description Notes
company_id str Company ID to filter on [optional]
email str Email to filter on [optional]
first_name str First Name to filter on [optional]
title str Job title to filter on [optional]
last_name str Last Name to filter on [optional]
manager_id str Manager id to filter on [optional]
employment_status str Employment status to filter on [optional]
employee_number str Employee number to filter on [optional]
department_id str ID of the department to filter on [optional]
city str City to filter on [optional]
country str Country to filter on [optional]

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