- 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
| Parameters | Details | 
|---|---|
| 
 | The name of the role for whom the permission is being assigned. Example  | 
| 
 | Tells if access to a resource is allowed or denied. Values:  | 
| 
 | The response format. The default response format is  Value:  | 
Example usage
The following is a sample POST request for the add operation:
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=pjsonJSON Response example
{"status": "success"}