---
title: "update user profile"
method: POST
path: "/users/{userId}/update_profile"
tags: ["platform"]
---

# update user profile

`POST /users/{userId}/update_profile`

update user profile

## Path parameters

- `userId` string, required

## Request body

- MessageUpdateUserProfileReq
  - `email` string
  - `nickname` string
  - `phone` string

## Response `200`

OK

- object
  - `code` integer
  - `data` object
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.net/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/versions/631e4b26b7e8/schema)
