blacklist user

Blacklists a user on a specific cluster.

This action cancels all existing tickets for that user. There is no REST equivalent command. For information about blacklisting, see How Tickets Work.

Syntax

CLI
maprcli blacklist user 
    -name <user name> 
    [ -cluster <cluster name> ]
REST
N/A

Parameters

Parameter

Description

name

Username of the user to blacklist.

cluster Name of the cluster to blacklist the user on.

Example

Blacklist the rogueuser user name from the cluster my.cluster.com:

CLI
maprcli blacklist user -name rogueuser -cluster my.cluster.com