---
title: "유저 프로필 수정"
method: PUT
path: "/api/v1/user/profile"
tags: ["User"]
---

# 유저 프로필 수정

`PUT /api/v1/user/profile`

## Request body

- ModifyUserProfileRequest
  - `cd_country` string — 거주국가 코드
  - `email` string — 유저가 설정한 이메일
  - `nickname` string — 유저 닉네임
  - `phone_number` string — 휴대 전화번호

## Response `200`

OK

- WinclResponse
  - `code` string
  - `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)
