---
title: "更新用户信息"
method: POST
path: "/api/upUser"
tags: ["用户认证"]
---

# 更新用户信息

`POST /api/upUser`

更新已登录用户的基本信息

## Response `200`

更新成功

- CommonResult
  - `code` integer — 状态码
  - `message` string — 响应消息
  - `data` object, nullable — 响应数据

## Other responses

- `401` — 未授权访问

---

[API](https://skmtc.dev/gitlab/apis/gitlab-api.md) · [All operations](https://skmtc.dev/gitlab/apis/gitlab-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitlab/gitlab-api/revisions/39328db91b85/schema)
