Method: organizations.developers.list

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.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*}/developers

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.developers.list

Query parameters

Parameters
expand

boolean

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.

startKey

string

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
count

string (int64 format)

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

ids

string

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

includeCompany

boolean

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

app

string

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

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

JSON representation
{
  "developer": [
    {
      object (Developer)
    }
  ]
}
Fields
developer[]

object (Developer)

List of developers.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform