---
title: "Update user"
method: PUT
path: "/v1/users/{id}"
tags: ["users"]
---

# Update user

`PUT /v1/users/{id}`

## Path parameters

- `id` number, required

## Request body

- Model204
  - `name` string
  - `role_id` number

## Response `default`

Successful

---

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