Add Permission

URL:
https://<root>/services/permissions/add
Methods:
POST
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.1

Description

The add operation assigns a new permission to a role (principal). The permission on a parent resource is automatically inherited by all child resources. For more information on the permissions model, see the section on the Continuous Inheritance Model.

Request parameters

ParametersDetails

principal

The name of the role for whom the permission is being assigned.

Example
Use dark colors for code blocksCopy
1
principal=Analysts

isAllowed

Tells if access to a resource is allowed or denied.

Values: true | false

f

The response format. The default response format is html.

Value: html | json | pjson

Example usage

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

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

principal=Analysts&isAllowed=true&f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
{"status": "success"}

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