[[["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-09-03 UTC."],[[["\u003cp\u003eThis API allows you to create a new developer within an Apigee organization, who can then register apps and obtain API keys.\u003c/p\u003e\n"],["\u003cp\u003eThe developer's status is initially set to \u003ccode\u003eactive\u003c/code\u003e upon creation and can be modified using the \u003ccode\u003edevelopers.setDeveloperStatus\u003c/code\u003e API.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a POST operation directed to a specific URL structure that includes the organization name as part of the path.\u003c/p\u003e\n"],["\u003cp\u003eCreating a developer requires \u003ccode\u003eapigee.developers.create\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003eThe request and response bodies both utilize a \u003ccode\u003eDeveloper\u003c/code\u003e resource, with the response body containing the details of the newly created developer.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.developers.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a developer. Once created, the developer can register an app and obtain an API key.\n\nAt creation time, a developer is set as `active`. To change the developer status, use the [developers.setDeveloperStatus](/apigee/docs/reference/apis/apigee/rest/v1/organizations.developers/setDeveloperStatus#google.cloud.apigee.v1.Developers.SetDeveloperStatus) API.\n\n### HTTP request\n\n`POST https://apigee.googleapis.com/v1/{parent=organizations/*}/developers`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains an instance of [Developer](/apigee/docs/reference/apis/apigee/rest/v1/organizations.developers#Developer).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Developer](/apigee/docs/reference/apis/apigee/rest/v1/organizations.developers#Developer).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]