---
title: "Get user"
method: GET
path: "/api/v1/user"
tags: ["User Management"]
---

# Get user

`GET /api/v1/user`

Retrieves the user data stored in Wirex system

## Response `200`

OK

- ResponseUserResponse
  - `capabilities` ResponseCapability[]
    - `prerequisites` ResponseCapabilityType[] — Capabilities that should be activated before this capability can be used
    - `status` 'Active' | 'ActivationNotStarted' | 'InProgress' | 'NotFulfilled' | 'NotRequired' | 'NotAvailable', required
    - `status_reason` string — Reason for the capability status. May be empty or may contain a message explaining the status
    - `type` 'SepaAccount' | 'SepaIn1stParty' | 'SepaIn3rdParty' | 'SepaOut1stParty' | 'SepaOut3rdParty' | 'AchAccount' | 'AchIn1stParty' | 'AchIn3rdParty' | 'AchOut1stParty' | 'AchOut3rdParty' | 'SpeiAccount' | 'SpeiIn1stParty' | 'SpeiIn3rdParty' | 'SpeiOut1stParty' | 'SpeiOut3rdParty' | 'FasterPaymentsAccount' | 'FasterPaymentsIn1stParty' | 'FasterPaymentsIn3rdParty' | 'FasterPaymentsOut1stParty' | 'FasterPaymentsOut3rdParty' | 'VisaPlasticCard' | 'VisaVirtualCard' | 'BridgePlasticCard' | 'BridgeVirtualCard' | 'CardTransfer' | 'CardTopup' | 'CpnExternalProfile' | 'PixOut3rdParty' | 'FpsHkOut3rdParty' | 'FedwireOut3rdParty' | 'SwiftOut3rdParty' | 'CipsOut3rdParty' | 'ChatsOut3rdParty' | 'TripleAExternalProfile' | 'ImpsOut3rdParty' | 'InstapayOut3rdParty' | 'BiFastOut3rdParty' | 'NipOut3rdParty' | 'IppOut3rdParty' | 'PseOut3rdParty' | 'StableExchange' | 'VisaMetalCard' | 'SavingsAccount' | 'Loan', required
    - `verification_requirements` ResponseVerificationLevelRequirement[] — Verification levels required to use this capability
      - `order` integer, required — Order of the verification level in the list
      - `type` 'N/A' | 'BDD' | 'SDD' | 'XDDBridge' | 'EDD', required
  - `email` string, required
  - `freshdesk_id` string
  - `id` string, required — Deprecated: still populated for backward compatibility, but consumers should read user_id — this field carries the user's UUID, which is now exposed as user_id.
  - `personal_info` ResponseUserPersonalInfo
    - `first_name` string — First name of the user
    - `last_name` string
    - `nationality` string
  - `phone_number_data` ResponseUserPhoneNumberData
    - `is_confirmed` boolean
    - `phone_number` string — Full phone number of the user in international format.
  - `residence_address` ResponseUserResidenceAddress, required
    - `city` string — City of the address of the user
    - `country` string, required — Country of the address of the user
    - `line1` string — Line 1 of the full address of the user
    - `line2` string — Line 2 of the full address of the user
    - `state` string — State of the address of the user
    - `zip_code` string — ZipCode of the address of the user
  - `user_actions` ResponseUserAction[], required
    - `relative_path` string, required — Relative path of the API that executes this action
    - `type` 'ConfirmPhone' | 'IssuePlasticCard' | 'IssueVirtualCard' | 'IssueMetalCard' | 'Verify' | 'SendAchTransfer' | 'ReceiveAchDeposit' | 'ActivateAchDetails' | 'SendSepaTransfer' | 'ReceiveSepaDeposit' | 'ActivateSepaDetails' | 'SendFasterPaymentsTransfer' | 'ReceiveFasterPaymentsDeposit' | 'ActivateFasterPaymentsDetails' | 'SendSpeiTransfer' | 'ReceiveSpeiDeposit' | 'ActivateSpeiDetails', required
  - `user_address` string — EOA of the user. Preferred field; wallet_address mirrors the same value for backward compatibility.
  - `user_id` string, required — UserId is the UUID identifier of the user. Preferred field; id mirrors the same value for backward compatibility.
  - `user_status` 'Active' | 'Blocked' | 'Deleted' | 'Pending', required
  - `verification_status` 'None' | 'Pending' | 'Approved' | 'Rejected' | 'Canceled' | 'Applied' | 'InReview', required
  - `wallet_address` string — Deprecated: still populated for backward compatibility, but consumers should read user_address — this field carries the user's EOA, which is now exposed as user_address.

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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