mc admin user disable
Disables an IAM user account.
The Object Store administrator runs this command to disable an IAM user. Disabled users cannot manage their keys nor can they login to the Object Store.
Syntax
- CLI
-
mc admin user disable TARGET USERNAME 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 on which the command disables the user. This parameter is mandatory. |
USERNAME |
The user name to disable. This parameter is mandatory. |
account |
The name of the account in which the user exists. This parameter is mandatory. |
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. |
Example
Disable a user joe in thenorthamerica
account in the Object Store deployment with alias
salesobject.- CLI
-
/opt/mapr/bin/mc admin user disable salesobject joe account='northamerica'