mc admin user list
Lists all users belonging to an account.
Syntax
- CLI
-
mc admin user list - list all users USAGE: mc admin user list TARGET [account=<account name> domain=<domain name>] 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 from which the command lists the user. This parameter is mandatory. |
account |
The name of the account from which to list users. The account is
assumed to be the default account, if you do not specify
this parameter. |
domain |
The name of the domain under which the account exists. |
json |
Enables JSON formatted output |
debug |
Enables output for debugging |
insecure |
Disables SSL verification |
help |
Shows this help |
Examples
- List all users from the
default
account in the Object Store deployment with alias salesobject.- CLI
-
/opt/mapr/bin/mc admin user list salesobject
- List all users from the
northamerica
account in the Object Store deployment with alias salesobject.- CLI
-
/opt/mapr/bin/mc admin user list salesobject account='northamerica'