---
title: "유저 프로파일 이미지를 업로드해서 수정하기"
method: PUT
path: "/api/v1/user/profile/image"
tags: ["User"]
---

# 유저 프로파일 이미지를 업로드해서 수정하기

`PUT /api/v1/user/profile/image`

## Response `200`

OK

- WinclResponseDataModifyUserProfileImageResponse
  - `code` string
  - `data` ModifyUserProfileImageResponse
    - `image_url` string — 업로드한 프로파일 이미지에 접근하기 위한 URL
  - `message` string

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/revisions/662edcbbf2b3/schema)
