---
search:
  tags:
    - account
    - POST
seo:
  description: >-
    Partially updates employee profile information. All fields are optional…
    Reference for the POST /account/employee/data endpoint in the Leadtime
    Public API API.
sidebar:
  badge: POST
  label: Update employee profile data
title: Update employee profile data
type: openapi-operation
---
Partially updates employee profile information. All fields are optional - only provided fields will be updated.

**What can be updated:**
- Personal information (name, email, phone, birth date)
- Professional details (title, degree)
- Complete address information
- Avatar image (upload file first via POST /api/public/workspace/upload, then use file ID)
- Digital signature (upload file first via POST /api/public/workspace/upload, then use file ID)

**Note:** This endpoint is only available for employee accounts. To upload files (avatar or signature), first call POST /api/public/workspace/upload to upload the file and get a file ID, then use that ID in the `avatarId` or `signatureFileId` field.

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