zooid whoami
Displays the current authenticated user, server, scopes, and token expiry.
npx zooid whoamiArguments
Section titled “Arguments”None.
Options
Section titled “Options”None.
Examples
Section titled “Examples”npx zooid whoami# Server: https://beno.zoon.eco# User: ori# Scopes: admin# Auth: oidc (expires 2026-03-22T10:30:00.000Z)- Shows the decoded JWT claims from your stored token.
- If the token is expired,
zooid whoamiwill attempt to refresh it first.