---
title: "Request User Address Change"
method: POST
path: "/v1/request_address_change"
tags: ["User"]
---

# Request User Address Change

`POST /v1/request_address_change`

> 📘
>
> You can place the bearer `access_token` for a specific user into the Authentication section of this documentation 👉.

> 🚧
>
> Note: Do not pass empty strings or null values for properties.  Instead, do not include the property in the payload.

> ❗️
>
> Note that only 2 address updates are allowed per User per 120 day period.

This endpoint will allow you to update the address of a User.

## Request body

- object
  - `address1` string, required — Address line 1 of the User (PO Boxes are not allowed)
  - `address2` string — Address line 2 of the User (PO Boxes are not allowed)
  - `city` string, required — City of the User
  - `state` string, required — State of the User's address
  - `postal_code` string, required — Postal code of the User
  - `country` string — Two-letter Country code of the User's address (defaults to US if not provided)

## Response `200`

Successful response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/versions/09f0430e5d33/schema)
