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.list_token(optional) - An opaque token that is returned from the previouslistresponse. If you do not supply a value, pagination starts from the beginning.page_size(optional) - An unsigned integer that indicates the number of items that should be included on the page of search results. If you do not provide a value, or if you provide a value of0, Boundary uses the default page size of 1000 items. If you configure it, thepage_sizevalue overrides the default page size. Controller administrators can also configure amax_page_sizeoption that constrains the maximum page size a user can request.
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: