mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 14:57:21 +02:00
Co-authored-by: Daria Staferova <daria.staferova@n8n.io> Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
21 lines
217 B
Markdown
21 lines
217 B
Markdown
# user
|
|
|
|
View n8n users.
|
|
|
|
## `user list`
|
|
|
|
List all users (owner only).
|
|
|
|
```bash
|
|
n8n-cli user list
|
|
```
|
|
|
|
## `user get`
|
|
|
|
Get a user by ID or email.
|
|
|
|
```bash
|
|
n8n-cli user get user-123
|
|
n8n-cli user get user@example.com
|
|
```
|