API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /users
Gets a list of users in an organization
Verb: GET
Auth: Basic AuthSample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/users
Sample Response:
Success 2xx with proper response [ "joe@apigee.com", "test@apigee.com" ]Last updated: about 1 month ago