GET realm/persistence/<clus_name>/acl/users/<user_name>

This web method retrieves a specific cluster object's user based on the list of permissions granted to a specific user.

  • <clus_name> in the URI is the cluster name.
  • <user_name> in the URI is the username with associated permissions.

Example Requests

curl -X GET http://<host>:<port>/api/v1/realm/persistence/<clus_name>/acl/users/<user_name>