---
title: "Get user"
method: GET
path: "/v1/users/{id}"
tags: ["Users"]
---

# Get user

`GET /v1/users/{id}`

Returns 204 if this user exists for the authenticated client, and 404 if not.

> 🚧 Payments API v3
>
> The [Payments API v3](https://docs.truelayer.com/reference/create-payment) is the latest version of the TrueLayer payments API. It includes all of the functionality of the PayDirect API, so we recommend you use it instead.

## Path parameters

- `id` string, required — UUID identifying the user for the current client

## Response `204`

The supplied UUID exists for the current client

## Other responses

- `404` — The supplied UUID does not exist for the current client

---

[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)
