---
title: "GET /user/{userID}/transferwise-user"
method: GET
path: "/user/{userID}/transferwise-user"
tags: ["transferwise-user"]
---

# GET /user/{userID}/transferwise-user

`GET /user/{userID}/transferwise-user`

Used to manage Transferwise users.

## Path parameters

- `userID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

Used to manage Transferwise users.

- TransferwiseUserListing[]
  - `id` integer — The id of the TransferwiseUser.
  - `created` string — The timestamp of the TransferwiseUser's creation.
  - `updated` string — The timestamp of the TransferwiseUser's last update.
  - `name` string — The name the user is registered with at TransferWise.
  - `email` string — The email the user is registered with at TransferWise.
  - `source` string — The source of the user at TransferWise.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

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