---
title: "Update user address details"
method: PUT
path: "/v2/user/address"
tags: ["B2B Users"]
---

# Update user address details

`PUT /v2/user/address`

## Request body

- object
  - `line_1` string — The first line of the address.
  - `line_2` string — The second line of the address, optional.
  - `city` string — The city of the address.
  - `state` string — The state of the address.
  - `country` string — The country of the address.
  - `zip_code` string — The ZIP or postal code of the address.
  - `timezone` string — The timezone associated with the address.

## Response `200`

Default Response

- object
  - `success` true, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy.md) · [All operations](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/riseworks/b2b-api-v1-legacy/versions/6f6941749255/schema)
