---
title: "Update user information"
method: POST
path: "/usermanagement/update/info/{username}"
tags: ["User management"]
---

# Update user information

`POST /usermanagement/update/info/{username}`

Modify name and email of user, and add or remove custom additional string fields

## Path parameters

- `username` string, required

## Request body

- UserInfo
  - `name` string
  - `email` string
  - `otherInfo` object

## Response `200`

Updated

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'updateUser', required — The id of the action
  - `data` object, required
    - `updatedUser` object, required
      - `name` string
      - `email` string
      - `otherInfo` object

---

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