API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /userroles
Gets a list of roles available to users in an organization
Verb: GET
Auth: Basic AuthSample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/userroles
Sample Response:
[ "orgadmin", "apiproxyadmin" ,âreportsadminâ]Last updated: about 1 month ago