whoami

September 11, 2026 ยท View on GitHub

Report the authenticated account, or null if signed out.

MCP toolwhoami
CLIdapi whoami

Input

None.

Output

One JSON object:

{ user: { id: string; email?: string } | null }