API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /userroles/{role_name}/permissions

Gets permissions for all resources associated with a user role

Verb: GET

Auth: Basic Auth

Sample Request:
{
  "resourcePermission" : [ {
    "organization" : "myorg",
    "path" : "/reports",
    "permissions" : [ "put", "get" ]
  }, {
    "organization" : "myorg",
    "path" : "/proxies",
    "permissions" : [ "put", "get" ]
  } ]
}
Sample Response: