- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. Name of the Apigee organization. Use the following structure in your request: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
expand |
Specifies whether to expand the results. Set to |
start |
Note: Must be used in conjunction with the Email address of the developer from which to start displaying the list of developers. For example, if the an unfiltered list returns:
and your
|
count |
Optional. Number of developers to return in the API call. Use with the |
ids |
Optional. List of IDs to include, separated by commas. |
include |
Flag that specifies whether to include company details in the response. |
app |
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 ( |
Fields | |
---|---|
developer[] |
List of developers. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform