Get Privilege For Role

URL:
https://<root>/security/roles/getPrivilege
Methods:
POST
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.0

Description

The getPrivilege operation returns the privilege associated with a specific role.

Request parameters

ParameterDetails

rolename

The name of the role.

Example
Use dark colors for code blocksCopy
1
rolename=publishers

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the getPrivilege operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
POST /webadaptor/admin/security/roles/getPrivilege HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

rolename=publishers&f=pjson

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
{
  "privilege": "<ADMINISTER | PUBLISH | ACCESS>"
}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
{
  "privilege": "PUBLISH"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.