mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
28 lines
615 B
Markdown
Generated
28 lines
615 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# users suspend
|
|
|
|
Update a user's status to 'suspended'. A suspended user cannot log into the platform
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder users suspend [flags] <username|user_id>
|
|
```
|
|
|
|
## Description
|
|
|
|
```console
|
|
coder users suspend example_user
|
|
```
|
|
|
|
## Options
|
|
|
|
### -c, --column
|
|
|
|
| | |
|
|
|---------|----------------------------------------------------|
|
|
| Type | <code>[username\|email\|created at\|status]</code> |
|
|
| Default | <code>username,email,created at,status</code> |
|
|
|
|
Specify a column to filter in the table.
|