---
title: "Update user attributes"
method: PATCH
path: "/v3/users/{user_id}/attributes"
tags: ["Users"]
---

# Update user attributes

`PATCH /v3/users/{user_id}/attributes`

Updates a user's attributes. Any of the user's existing attributes not specified in the payload will be left in-place.

## Path parameters

- `user_id` string, required

## Request body

- object
  - `first_name` string
  - `surname` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/versions/789812d35ac8/schema)
