mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
28 lines
448 B
Markdown
28 lines
448 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# coder users list
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder users list [flags]
|
|
```
|
|
|
|
## Flags
|
|
|
|
### --column, -c
|
|
|
|
Columns to display in table output. Available columns: id, username, email, created at, status
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
| Default | <code>[username,email,created_at,status]</code> |
|
|
|
|
### --output, -o
|
|
|
|
Output format. Available formats: table, json
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
| Default | <code>table</code> |
|