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

# Update all user attributes

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

Replaces a user's attributes. This will replace any existing attributes for the user with the attributes in the payload.
To leave existing attributes in place, use PATCH.

## 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)
