alpacon whoami
Display the current authenticated identity, workspace, system user info, and permissions.
alpacon whoami [flags]
Options
-h, --help help for whoami
Examples
Show current identity:
alpacon whoami
Output as JSON (useful for scripting or AI agents):
alpacon whoami --output json
Output fields
| Field | Description |
|---|---|
| User | Alpacon username |
| Email address | |
| Workspace | Workspace name and URL |
| Auth | Authentication method (browser login or API token) |
| Expires | Token expiry time (API token auth only) |
| UID | System user ID on the server |
| Shell | Default shell |
| Home | Home directory |
| Role | user, staff, or superuser |
| Groups | Group memberships with role |