Method: organizations.developers.update

Updates a developer.

This API replaces the existing developer details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively.

The custom attribute limit is 18.

Note: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an ExpiresIn element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.

HTTP request

PUT https://apigee.googleapis.com/v1/{name=organizations/*/developers/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Email address of the developer. Use the following structure in your request: organizations/{org}/developers/{developerEmail}

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

  • apigee.developers.update

Request body

The request body contains an instance of Developer.

Response body

If successful, the response body contains an instance of Developer.

Authorization scopes

Requires the following OAuth scope:

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