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

# Update User

`PUT /v1/users/{id}`

Update a user

## Path parameters

- `id` integer, required

## Request body

- object
  - `first_name` string — First name
  - `last_name` string — Last name
  - `email` string — Email address
  - `eavAttributeValues` object — EAV attribute values

## Response `200`

User updated successfully

- object
  - `data` object
    - `id` integer
    - `first_name` string
    - `last_name` string
    - `email` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `404` — User not found

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
