---
title: "POST /v1/{+parent}/developers"
method: POST
path: "/v1/{+parent}/developers"
tags: ["organizations"]
---

# POST /v1/{+parent}/developers

`POST /v1/{+parent}/developers`

Creates a developer. Once created, the developer can register an app and obtain an API key. At creation time, a developer is set as `active`. To change the developer status, use the SetDeveloperStatus API.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudApigeeV1Developer
  - `organizationName` string — Output only. Name of the Apigee organization in which the developer resides.
  - `email` string — Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only.
  - `accessType` string — Access type.
  - `attributes` GoogleCloudApigeeV1Attribute[] — Optional. Developer attributes (name/value pairs). The custom attribute limit is 18.
    - `name` string — API key of the attribute.
    - `value` string — Value of the attribute.
  - `status` string — Output only. Status of the developer. Valid values are `active` and `inactive`.
  - `lastName` string — Required. Last name of the developer.
  - `apps` string[] — List of apps associated with the developer.
  - `firstName` string — Required. First name of the developer.
  - `userName` string — Required. User name of the developer. Not used by Apigee hybrid.
  - `companies` string[] — List of companies associated with the developer.
  - `developerId` string — ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time.
  - `lastModifiedAt` string, int64 — Output only. Time at which the developer was last modified in milliseconds since epoch.
  - `createdAt` string, int64 — Output only. Time at which the developer was created in milliseconds since epoch.
  - `appFamily` string — Developer app family.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/apigee.md) · [All operations](https://skmtc.net/google/apis/apigee/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/apigee/versions/6e272fa448a7/schema)
