---
title: Who Am I
description: Show your current authenticated identity.
slug: /docs/whoami
publishedOn: 2026-02-17
updatedOn: 2026-02-19
keywords: ["memberstack","whoami","oauth","identity","cli"]
index: /llms.txt
---

```
memberstack whoami
```

## whoami

Show the currently authenticated Memberstack user.

```bash
memberstack whoami
```

### Description

Displays your currently authenticated email, app ID, and active environment (sandbox or live). Run `memberstack auth login` first if you are not authenticated yet.

### Example

```bash
$ memberstack whoami
Email:        user@example.com
App:          app_abc123
Environment:  sandbox
```

## FAQ

Q: What does the whoami command show?
A: The whoami command displays your currently authenticated email, app ID, and active environment (sandbox or live). It's a quick way to confirm which account and environment you're working with.

Q: What should I do if whoami shows an error?
A: If whoami returns an authentication error, your session may have expired. Run memberstack auth login to re-authenticate, then try whoami again.

---

[Find Other Pages](/llms.txt)
[XML Sitemap](/sitemap.xml)
