Files
coder/docs/reference/cli/whoami.md
Cian Johnston 0a840e48fd feat(cli): add more information to coder whoami (#19971)
Builds upon https://github.com/coder/coder/pull/19970

I got kinda carried away when I saw the extra stuff we could add in
here, so I went ahead and added it:

* User ID
* Organization IDs
* Roles

This technically duplicates functionality from `coder users show` but I
figure folks may find it useful.
2025-09-26 11:20:25 +01:00

672 B
Generated

whoami

Fetch authenticated user info for Coder deployment

Usage

coder whoami [flags]

Options

-c, --column

Type [URL|Username|ID|Orgs|Roles]
Default url,username,id

Columns to display in table output.

-o, --output

Type text|json|table
Default text

Output format.