---
title: 'flexkit whoami'
description: 'Reference and usage guidance for flexkit whoami.'
---

# `flexkit whoami`

Prints the display name or email of the currently logged-in user.

## Synopsis

```bash
flexkit whoami [options]
```

## Behavior

- Calls the auth user endpoint and prints the best available identity field.
- If no active session is available, prompts you to log in first.

## Options

`whoami` has no command-specific flags. Use [global options](/docs/cli/global-options).

## Examples

```bash
flexkit whoami
```


---

[View full sitemap](/docs/sitemap.md)
