---
title: "Update user profile"
method: PUT
path: "/inter-api/supos/userManage/updateUser"
tags: ["supos/userManage", "suposUserManage"]
---

# Update user profile

`PUT /inter-api/supos/userManage/updateUser`

## Request body

- UserUpdateReq
  - `email` string
  - `enabled` boolean
  - `firstName` string
  - `firstTimeLogin` integer
  - `homePage` string
  - `operateRole` boolean
  - `password` string
  - `phone` string
  - `roleList` RoleSummary[]
    - `clientRole` boolean
    - `roleDescription` string
    - `roleId` string, required
    - `roleName` string, required
  - `source` string
  - `tipsEnable` integer
  - `userId` string, required
  - `username` string

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` OperationResult
    - `success` boolean, required
  - `msg` string

---

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