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.
Path parameters
Required. Name of the Apigee organization. Use the following structure in your request: organizations/{org}.
Query parameters
Optional. List only Developers that are associated with the app. Note that start_key, count are not applicable for this filter criteria.
Optional. Number of developers to return in the API call. Use with the startKey parameter to provide more targeted filtering. The limit is 1000.
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.
Optional. List of IDs to include, separated by commas.
Flag that specifies whether to include company details in the response.
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