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

API Resource Path: /developers

Lists all developers by email address (the unique key for developers in Apigee)

Verb: GET

Auth: Basic Auth

Returns an array of email addresses, each of which is the unique key for a developer in the Organization the call is made against. This call does not list any Company Developers who may be part of an Organization.

Sample Request:
$ curl -u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}/developers
Sample Response:
[ "developer@apigee.com", "dev1@apigee.com", "dev2@apigee.com" ]
Last updated: about 1 month ago