v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

Lists all developers in an organization by email address. By default, the response does not include company developers. Set the includeCompany query parameter to true to include company developers. 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.

get/v1/{+parent}/developers

Path parameters

parentstring required

Required. Name of the Apigee organization. Use the following structure in your request: organizations/{org}.

Query parameters

appstring

Optional. List only Developers that are associated with the app. Note that start_key, count are not applicable for this filter criteria.

countstring

Optional. Number of developers to return in the API call. Use with the startKey parameter to provide more targeted filtering. The limit is 1000.

expandboolean

Specifies whether to expand the results. Set to true to expand the results. This query parameter is not valid if you use the count or startKey query parameters.

idsstring

Optional. List of IDs to include, separated by commas.

includeCompanyboolean

Flag that specifies whether to include company details in the response.

startKeystring

Note: Must be used in conjunction with the count parameter. Email address of the developer from which to start displaying the list of developers. For example, if the an unfiltered list returns: westley@example.com fezzik@example.com buttercup@example.com and your startKey is fezzik@example.com, the list returned will be fezzik@example.com buttercup@example.com

Response

Successful response