---
title: "User info"
method: GET
path: "/info"
tags: ["Meta"]
---

# User info

`GET /info`

Data about the end user. Almost all providers only populate the `full_name` field. We do not recommend relying on any of the other fields for your application.

## Headers

- `X-Client-Correlation-Id` string
- `X-PSU-IP` string

## Response `200`

OK

- object
  - `results` Info[]
    - `full_name` string
    - `branch_id` string
    - `emails` string[] — ⚠️ This field is very rarely populated by providers
    - `phones` string[] — ⚠️ This field is very rarely populated by providers
    - `update_timestamp` string
  - `status` 'Succeeded' | 'Queued' | 'Running' | 'Failed' — Indicates whether the request was successful. 'Queued', 'Running' and 'Failed' can be returned for async requests

## Other responses

- `401` — Unauthorized
- `403` — Access denied
- `429` — Rate limit exceeded
- `500` — Internal Server Error
- `501` — Not implemented
- `503` — Service unavailable
- `504` — Gateway timeout

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/revisions/5f6051515b2c/schema)
