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

API Resource Path: /userroles/{role_name}/permissions?path={resource_path}

Gets a list of permissions associated with the specified resource for a single resource

Verb: GET

Auth: Basic Auth

Sample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/userroles/{role_name}/permissions?"path={resource_path}"
Sample Response:
Success 2xx with proper response
{
  "organization" : "myorg",
  "path" : "/proxies",
  "permissions" : [ "put", "get" ]
}
Last updated: about 1 month ago