Lists all developers in an organization by email address.
By default, the response does not include company developers. Set theincludeCompanyquery parameter totrueto include company developers.
Note: A maximum of 1000 developers are returned in the response. You paginate the list of developers returned using thestartKeyandcountquery parameters.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*}/developers
Required. Name of the Apigee organization. Use the following structure in your request:organizations/{org}.
Authorization requires the followingIAMpermission on the specified resourceparent:
apigee.developers.list
Query parameters
Parameters
expand
boolean
Specifies whether to expand the results. Set totrueto expand the results. This query parameter is not valid if you use thecountorstartKeyquery parameters.
startKey
string
Note: Must be used in conjunction with thecountparameter.
Email address of the developer from which to start displaying the list of developers. For example, if the an unfiltered list returns:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis API endpoint retrieves a list of developers within an Apigee organization, identified by their email addresses.\u003c/p\u003e\n"],["\u003cp\u003eBy default, company developers are excluded, but they can be included by setting the \u003ccode\u003eincludeCompany\u003c/code\u003e query parameter to \u003ccode\u003etrue\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe response is limited to a maximum of 1000 developers and supports pagination using the \u003ccode\u003estartKey\u003c/code\u003e and \u003ccode\u003ecount\u003c/code\u003e query parameters.\u003c/p\u003e\n"],["\u003cp\u003eSpecific developers can be filtered by a comma separated list using the \u003ccode\u003eids\u003c/code\u003e query parameter, or by an associated app with the \u003ccode\u003eapp\u003c/code\u003e query parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and successful responses will contain a JSON structure with a list of \u003ccode\u003edeveloper\u003c/code\u003e objects.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.developers.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListOfDevelopersResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists all developers in an organization by email address.\n\nBy default, the response does not include company developers. Set the `includeCompany` query parameter to `true` to include company developers.\n\n**Note** : A maximum of 1000 developers are returned in the response. You paginate the list of developers returned using the `startKey` and `count` query parameters.\n\n### HTTP request\n\n`GET https://apigee.googleapis.com/v1/{parent=organizations/*}/developers`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]