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 Auth

Sample 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