API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /userroles/{role_name}/permissions/{permission_name}?path={resource_path}
Verifies that a user role's permission on a specific resource exists
Verb: GET
Auth: Basic AuthSample Request:
$ curl https://api.enterprise.apigee.com/v1/o/{org_name}/userroles/{role_name/}permissions/{permission_name}?"path={resource_path}" \
-u myname:mypass
Sample Response:
Success 2xx with proper response
{
"value" : true
}
Last updated:
about 1 month ago