Boundary
accounts list
Command: boundary accounts list
The accounts list
command lists all accounts created for a given auth method.
Example
The following example lists all accounts for an auth method with ID, ampw_1234567890
:
$ boundary accounts list -auth-method-id ampw_1234567890
Example output:
Account information:
ID: acctpw_0987654321
Version: 1
Type: password
Authorized Actions:
no-op
read
update
delete
set-password
change-password
ID: acctpw_1234567890
Version: 5
Type: password
Authorized Actions:
no-op
read
update
delete
set-password
change-password
Usage
$ boundary accounts list [options] [args]
Command options
-auth-method-id
(string: "")
- The auth-method resource from which to list accounts. You can also specify the auth-method resource using the BOUNDARY_AUTH_METHOD_ID environment variable.-filter
(string: "")
- If set, the list operation is filtered before being returned. The filter operates against each item in the list. We recommend using single quotes, because filters contain double quotes.
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: