---
title: "Update user"
method: PUT
path: "/api/1/org/users/{user_ID}"
tags: ["Users of organization"]
---

# Update user

`PUT /api/1/org/users/{user_ID}`

## Request body

- object
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `password_reset` boolean, nullable
  - `locked` boolean, nullable
  - `password` string, nullable
  - `role` 'admin' | 'user' | 'limited', nullable
  - `locale` string, required

---

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