---
title: "Upload employee's avatar by image url"
method: PUT
path: "/avatars/{employeeId}"
tags: ["People"]
---

# Upload employee's avatar by image url

`PUT /avatars/{employeeId}`

Upload an employee's Avatar by providing a URL to the image to upload.<br />

## Path parameters

- `employeeId` string, required

## Request body

- UploadAvatar
  - `url` string, required — The URL of the source of the avatar image.

## Response `200`

Avatar Uploaded successfully

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/versions/0781ebbdda91/schema)
