Boundary
users set-accounts
Command: users set-accounts
The users set-accounts command lets you configure a complete set of associated accounts on a user.
Example
This example sets the accounts a_0987654321 and a_1234567890 on a user u_1234567890:
$ boundary users set-accounts -id u_1234567890 -account a_0987654321 -account a_1234567890
Usage
$ boundary users set-accounts [options] [args]
Command options
-account=<string>- The account you want to set on the user. You can specify multiple accounts.-id=<string>- The ID of the user you want to set accounts for.-version=<int>- The version of the user to perform the operation on. If you do not specify a version, the command performs a check-and-set automatically.
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: