---
title: "Get address"
method: GET
path: "/organizations/{organization_id}/address"
tags: ["Profiles"]
---

# Get address

`GET /organizations/{organization_id}/address`

Retrieves the address for the specified organization.

## Path parameters

- `organization_id` string, required

## Response `200`

OK

- Address — The address of the user.
  - `country` string, ISO ALPHA-2 — Two-letter country codes are used to represent countries and states
  - `name_line` string — The full name of the user
  - `premise` string — Premise (i.e. Apt, Suite, Bldg.)
  - `sub_premise` string — Sub Premise (i.e. Suite, Apartment, Floor, Unknown.
  - `thoroughfare` string — The address of the user
  - `administrative_area` string, ISO ALPHA-2 — The administrative area of the user address
  - `sub_administrative_area` string — The sub-administrative area of the user address
  - `locality` string — The locality of the user address
  - `dependent_locality` string — The dependant_locality area of the user address
  - `postal_code` string — The postal code area of the user address

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
