You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/commands/users/index.mdx

55 lines
1.5 KiB

---
layout: docs
page_title: users - Command
description: |-
The "users" command performs operations on Boundary user resources.
---
# users
Command: `boundary users`
The `users` command lets you perform operations on Boundary user resources.
## Example
The following command creates a user with the name `prodops` and the description `For ProdOps usage`:
```shell-session
$ boundary users create -name prodops -description "For ProdOps usage"
```
## Usage
<CodeBlockConfig hideClipboard>
```shell-session
Usage: boundary users <subcommand> [options] [args]
# ...
Subcommands:
add-accounts Add accounts to a user within Boundary
create Create a user
delete Delete a user
list List a user
read Read a user
remove-accounts Remove accounts from a user within Boundary
set-accounts Set the full contents of the accounts on a user within Boundary
update Update a user
```
</CodeBlockConfig>
For more information, examples, and usage, click on the name
of the subcommand in the sidebar or one of the links below:
- [add-accounts](/boundary/docs/commands/users/add-accounts)
- [create](/boundary/docs/commands/users/create)
- [delete](/boundary/docs/commands/users/delete)
- [list](/boundary/docs/commands/users/list)
- [read](/boundary/docs/commands/users/read)
- [remove-accounts](/boundary/docs/commands/users/remove-accounts)
- [set-accounts](/boundary/docs/commands/users/set-accounts)
- [update](/boundary/docs/commands/users/update)