---
title: "Retrieve a user"
method: GET
path: "/v2/users/{userId}"
tags: ["User"]
---

# Retrieve a user

`GET /v2/users/{userId}`

Get an existing Hifi user

## Path parameters

- `userId` string, required

## Response `200`

Success

- union
  - IndividualUserV2Object
    - `id` string, uuid — User ID
    - `createdAt` string, date-time — Data and time when the user was created
    - `type` string
    - `email` string
    - `name` string
    - `wallets` object
      - `INDIVIDUAL` object
        - `ETHEREUM` WalletAddressObject
          - `id` string, uuid — Wallet ID
          - `address` string, required — Wallet address
        - `POLYGON` WalletAddressObject
          - `id` string, uuid — Wallet ID
          - `address` string, required — Wallet address
  - BusinessUserV2Object
    - `id` string, uuid — User ID
    - `createdAt` string, date-time — Data and time when the user was created
    - `type` string
    - `email` string
    - `name` string
    - `wallets` object
      - `INDIVIDUAL` object
        - `ETHEREUM` WalletAddressObject
          - `id` string, uuid — Wallet ID
          - `address` string, required — Wallet address
        - `POLYGON` WalletAddressObject
          - `id` string, uuid — Wallet ID
          - `address` string, required — Wallet address

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/hifi/apis/hifi-api.md) · [All operations](https://skmtc.net/hifi/apis/hifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hifi/hifi-api/revisions/15a39c342fd1/schema)
