---
search:
  tags:
    - account
    - GET
seo:
  description: >-
    Returns detailed employee profile information including personal data,…
    Reference for the GET /account/employee/data endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Get employee profile data
title: Get employee profile data
type: openapi-operation
---
Returns detailed employee profile information including personal data, contact information, and address.

**What is returned:**
- Personal information (name, email, phone, birth date)
- Professional details (title, degree)
- Complete address information
- Digital signature file URL (if uploaded)

**Note:** This endpoint is only available for employee accounts (not organization members). To check if a user is an employee, use GET /api/public/account/info and check the `type` field.

<Operation source="api-reference" id="accountcontroller-employeedata" />
