mc admin account list

Lists all accounts for a domain.

Syntax

CLI
mc admin account list TARGET [ domain=<domain_name> ]

domain:
  The domain whose accounts need to be listed

FLAGS:
  --json                        enable JSON lines formatted output
  --debug                       enable debug output
  --insecure                    disable SSL certificate verification
  --help, -h                    show help

Parameters

Parameter Description
TARGET The alias of a configured HPE Ezmeral Object Store for which the command lists accounts. This parameter is mandatory.
domain The name of the domain for which the accounts must be listed. Without this parameter, only accounts in the primary domain are listed.
json Enables JSON formatted output.
debug Enables output for debugging.
insecure Disables SSL verification.
help Shows this help.

Examples

  1. List all accounts in the Object Store deployment with alias salesobject:
    CLI
    /opt/mapr/bin/mc admin account list salesobject
  2. List all accounts in the Object Store deployment with alias salesobject for the domain sales:
    CLI
    /opt/mapr/bin/mc admin account list salesobject domain='sales'