Get employees
Employees
Get employees
GET
Get employees
Overview
This endpoint allows you to retrieve detailed information about all employees in the Cobee system. It returns comprehensive data including personal information, salary details, workday configuration, and benefit-related information.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the company
Query Parameters
Employee email to filter by
Employee legal ID to filter by
Employee internal ID to filter by
Employee state to filter by
Available options:
not-active, active, removed, blocked Page number to retrieve. Defaults to 1.
Required range:
x >= 1Max number of items per page. Must be greater than 0. Defaults to 250.
Required range:
x >= 1