---
title: "更新个人信息"
method: PUT
path: "/user/profile"
tags: ["用户管理"]
---

# 更新个人信息

`PUT /user/profile`

更新当前用户的个人资料信息

## Request body

- UserUpdateProfileRequest
  - `email` string
  - `nickname` string
  - `phone` string
  - `telegram` string

## Response `200`

更新成功

- CommonResponse
  - `code` integer
  - `data` unknown
  - `message` string
  - `msg` string

## Other responses

- `400` — 参数错误
- `401` — 用户未登录
- `500` — 更新失败

---

[API](https://skmtc.net/oneclickvirt/apis/oneclickvirt-api.md) · [All operations](https://skmtc.net/oneclickvirt/apis/oneclickvirt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneclickvirt/oneclickvirt-api/versions/1f98232296de/schema)
