---
title: "Get User Info"
method: GET
path: "/v3/data-connections/{connection_id}/user-info"
tags: ["Connection Management"]
---

# Get User Info

`GET /v3/data-connections/{connection_id}/user-info`

Gets data about the end-user.

This API must be called using a `client_credentials` bearer token.

## Path parameters

- `connection_id` string, required

## Headers

- `Tl-User-IP` string

## Response `200`

User Info

## Other responses

- `400` — Invalid Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Rate Limit Exceeded
- `500` — Unknown Error
- `502` — Provider Error
- `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)
