---
title: "Update user"
method: PATCH
path: "/user/{userId}/"
tags: ["user"]
---

# Update user

`PATCH /user/{userId}/`

Update a user first name or last name

## Path parameters

- `userId` string, required

## Request body

- UserPatch
  - `first_name` string
  - `last_name` string

## Response `202`

operation successful

---

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