Overview
This endpoint allows you to retrieve detailed information about a specific employee 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
The unique identifier of the employee
Response
Employee successfully retrieved
The unique identifier of the employee
The employee's email address
The employee's legal identifier
The employee's first name
The employee's surname
The employee's date of birth in ISO 8601 format (YYYY-MM-DD)
The employee's gross salary details
{
"amountInCents": 4500000,
"currency": "EUR"
}The date when the employee was hired in ISO 8601 format (YYYY-MM-DD)
The employee's tax regime
general, basque, navarrese, biscayan Configuration of the employee's workday
{
"daysPerMonth": 22,
"workTimePercentage": 100,
"numberOfPaychecks": 14,
"collectiveAgreementSalary": {
"amountInCents": 3800000,
"currency": "EUR"
}
}Your internal identifier for the employee
The ID of the benefit model assigned to this employee
The current state of the employee
not-active, active, removed, blocked The cost centre associated with this employee
The company handling the employee's payroll, if different from the main company
Additional metadata for the employee (key-value pairs)