blockaccess listusers
Lists users who are blocked on a specific cluster.
By default, this command lists users that have been blocked from the cluster where the command is run. There is no REST equivalent command. For information about blocking, see How Tickets Work.
Syntax
- CLI
-
maprcli blockaccess listusers [ -cluster <cluster name> ]
- REST
Request Type GET Request URL http[s]://<host>:<port>/rest/blockaccess/listusers?<parameters>
Parameters
Parameter |
Description |
---|---|
cluster | (Optional) Name of the cluster for which the blocked users must be listed. The default is the cluster on which the command is run. |
Examples
Show blocked users for the cluster my.cluster.com:
- CLI
-
maprcli blockaccess listusers -cluster my.cluster.com
- REST
-
curl -X GET -u <username> https://r1n1.sj.us:8443/rest/blockaccess/listusers?cluster=my.cluster.com