---
search:
  tags:
    - employees
    - GET
seo:
  description: >-
    Returns complete details for a specific employee, including all personal…
    Reference for the GET /employees/{id} endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get employee details
title: Get employee details
type: openapi-operation
---
Returns complete details for a specific employee, including all personal information, employment data, user account details, team assignments, and working conditions.

**What is returned:**
- All employee personal information (name, email, phone, address, birth date)
- Professional details (position, title, degree)
- Employment information (employment mode, entry date, exit date, income tax class)
- User account details (userId, roleId, canLogin status)
- Team assignments (array of team IDs)
- Avatar URL (if avatar is set)
- Status flags (isActive calculated from exitDate)
- Working conditions (chargeableHoursDayGoal)
- Weekly working time entries (array with dateFrom, workingDays, weeklyWorkingHours)
- Salary entries (array with dateFrom, salary)
- Vacation days entries (array with dateFrom, days)
- Timestamps (createdAt, updatedAt)

**Note:** Returns 404 if the employee does not exist or has been deleted.

<Operation source="api-reference" id="employeescontroller-getemployeedetails" />
