---
title: "update user information"
method: PUT
path: "/Users/{UserSid}"
tags: ["Users"]
---

# update user information

`PUT /Users/{UserSid}`

## Request body

- object
  - `name` string
  - `email` string
  - `email_activation_code` string
  - `old_password` string — existing password, which is to be replaced
  - `new_password` string — new password
  - `is_active` boolean
  - `force_change` boolean
  - `is_view_only` boolean — if set to true the user will not be able to make changes

## Response `204`

user updated

## Other responses

- `403` — user update failed
- `500` — system error

---

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