Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 954 Bytes

File metadata and controls

13 lines (10 loc) · 954 Bytes

# GetEmployeesFilterRequestObject

Properties

Name Type Description Notes
first_name string This will match any employees whose first name contains this string (case insensitive) [optional]
last_name string This will match any employees whose last name contains this string (case insensitive) [optional]
job_title_name string This will match any employees whose current job title descriptor contains this string (case insensitive) [optional]
status string Employee status [optional]
ids int[] List of employee IDs for batch fetch. Accepts repeated keys (filter[ids][]=123&filter[ids][]=124) or a single comma-separated string (filter[ids]=123,124). [optional]

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