---
title: "Get the address of a user"
method: GET
path: "/v2/users/{userId}/address"
tags: ["Profile Management"]
---

# Get the address of a user

`GET /v2/users/{userId}/address`

This endpoint will return the address of a specific Fire user. You will need to enable PERM_BUSINESS_GET_USER_ADDRESS to use this endpoint.

## Path parameters

- `userId` integer, required — Lists a specific User

## Response `200`

A user's address

- Address
  - `type` 'HOME' | 'BUSINESS' — The type of address this is for the user
  - `address1` string — This is the 1st line of the address
  - `city` string — This is the city listed for the address
  - `country` Country
    - `code` string — The 2-letter code for the country - e.g. `IE`, `GP`...
    - `description` string — The name of the country
  - `postcode` string — This is the postcode listed for the address

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/revisions/1d19896d095c/schema)
