---
title: "User"
description: "The authenticated caller."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.wego.com/llms.txt
> Use this file to discover all available pages before exploring further.

# User

The authenticated caller. `getCurrentUser` returns the identity behind the bearer token (the CLI's `wego whoami`).

## Operations

- [Get the authenticated user](/api/user/get-current-user): `GET /v1/user`

Source: https://docs.wego.com/api/user/index.mdx
