mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
28 lines
461 B
Markdown
Generated
28 lines
461 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# users show
|
|
|
|
Show a single user. Use 'me' to indicate the currently authenticated user.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder users show [flags] <username|user_id|'me'>
|
|
```
|
|
|
|
## Description
|
|
|
|
```console
|
|
coder users show me
|
|
```
|
|
|
|
## Options
|
|
|
|
### -o, --output
|
|
|
|
| | |
|
|
|---------|--------------------------|
|
|
| Type | <code>table\|json</code> |
|
|
| Default | <code>table</code> |
|
|
|
|
Output format.
|