A developer is active by default. If you set a developer's status to inactive, the API keys assigned to the developer apps are no longer valid even though the API keys are set to approved. Inactive developers can still sign in to the developer portal and create apps; however, any new API keys generated during app creation won't work.
To set the status of a developer, set the action query parameter to active or inactive, and the Content-Type header to application/octet-stream. If successful, the API call returns the following HTTP status code: 204 No Content
HTTP request
POST https://apigee.googleapis.com/v1/{name=organizations/*/developers/*}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-24 UTC."],[[["This API allows updating a developer's status to either `active` or `inactive`, which impacts the validity of their associated API keys."],["To update a developer's status, a `POST` request must be sent to the specified URL, including the developer's name in the path and the desired status in the `action` query parameter."],["The `name` parameter is required, using the format `organizations/{org}/developers/{developerId}`, and requires `apigee.developers.update` IAM permissions."],["The `action` query parameter should be set to either `active` or `inactive` to determine the developer's new status."],["The request body should be empty, and a successful request returns a `204 No Content` status code along with an empty JSON object in the response body, additionally requiring the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]