postsale account
Who you are signed in as, what your credential can do, and which environment you are pointed at.
Account-level reads (no network for env / jwt-scopes).
Subcommands
| Command | Purpose |
|---|---|
whoami | Current user; sensitive fields redacted by default (--include-sensitive for full). Not available to API keys: answers api_key_unsupported (exit 100) |
jwt-scopes | Decode JWT permissions locally; advisory, not authoritative. On an API key it reports jwt_scopes: null — a key's scopes live in the app, not in the credential |
env | Active environment + API host |
bash
postsale account whoami
postsale account whoami --include-sensitive
postsale account jwt-scopes
postsale account envSchema
account.whoami
Agent tools
get_account
On this page
Related