Filter all employees

Filter employees across all groups in your organization.

There may be some cases where you wish to find a specific employee across all of your groups, but do not know their Noyo id. We provide a way to filter your employee list via query parameters. The following parameters are accepted by the API in the query string:

ParameterTypeDescription
date_of_birthdateISO-8601 date string for the date of birth of the employee to be filtered on
first_namestringFirst name of the employee to be filtered on
last_namestringLast name of the employee to be filtered on
namestringA name search for all name fields for the employee to be filtered on

The filtering is not case-sensitive and it does not require an exact match on the value (e.g. searching for "ann" will match against "Ann" as well as "Annie").

Language
URL