---
title: "Get user"
method: GET
path: "/transactions/{transactionId}/user"
tags: ["identity"]
---

# Get user

`GET /transactions/{transactionId}/user`

Retrieve the User object associated with the Trustly ID authorization transaction.

## Path parameters

- `transactionId` string, required

## Query parameters

- `expand` TransactionsTransactionIdUserGetParametersExpandSchemaItems[]

## Headers

- `Authorization` string, required

## Response `200`

OK

- User — Trustly User
  - `name` string — The full name of the user
  - `address` Address2[] — Array of addresses associated with the user.
    - `address1` string — Address Line 1.
    - `address2` string — Address Line 2.
    - `city` string — Address City.
    - `state` string — 2 character ISO State code.
    - `zip` string — 5 character US Zip Code.
    - `country` 'US', required — 2 character ISO Country code. Currently only the US is supported.
  - `phone` string[] — Array of phone numbers associated with the user.
  - `email` string[] — Array of e-mail addresses associated with the user.
  - `dateOfBirth` string — The date of birth of the user in the format YYYY-MM-DD
  - `taxId` string — The user's government issued tax ID e.g. SSN (US) or SIN (CA)
  - `deceased` boolean — If `true`, then the user is deceased.
  - `driverLicense` DriverLicense2 — A driver's license.
    - `number` string — The driver's license number. Even though this field is called 'number', it may contain non-numeric characters if the country allows that.
    - `state` string — 2 character ISO State code.
  - `eligible` boolean — Indicates if the user has got a successful result in all verifications and is eligible.
  - `createdAt` integer — Timestamp representing the time the User Object was created.
  - `updatedAt` integer — Timestamp representing the time the User Object was last updated.
  - `segmentedName` SegmentedName — The segmented version of a given name.
    - `title` string — The title of a given full name.
    - `firstName` string — The first name of a given full name.
    - `middleName` string[] — The list of middle names of a given full name.
    - `lastName` string — The last name of a given full name.
    - `suffix` string — The suffix of a given full name.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/trustly/apis/api.md) · [All operations](https://skmtc.dev/trustly/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustly/api/revisions/2dad675032f1/schema)
