---
title: "Upload account image"
method: PUT
path: "/api/v2/accounts/{accountId}/images"
tags: ["Member Account"]
---

# Upload account image

`PUT /api/v2/accounts/{accountId}/images`

This endpoint allows to upload a profile picture to the specified user using accountId (Supported formats: JPG, JPEG, PNG. Max file size: 16MB)

## Path parameters

- `accountId` string, required

## Headers

- `Content-Length` integer, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/egym/apis/mms-api-v2.md) · [All operations](https://skmtc.net/egym/apis/mms-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/egym/mms-api-v2/versions/07d571d34bd8/schema)
