v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

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.

post/v1/{+parent}/developers

Path parameters

parentstring required

Required. Name of the Apigee organization in which the developer is created. Use the following structure in your request: organizations/{org}.

Request body

organizationNamestring

Output only. Name of the Apigee organization in which the developer resides.

emailstring

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.

accessTypestring

Access type.

statusstring

Output only. Status of the developer. Valid values are active and inactive.

lastNamestring

Required. Last name of the developer.

appsstring[]

List of apps associated with the developer.

firstNamestring

Required. First name of the developer.

userNamestring

Required. User name of the developer. Not used by Apigee hybrid.

companiesstring[]

List of companies associated with the developer.

developerIdstring

ID of the developer. Note: IDs are generated internally by Apigee and are not guaranteed to stay the same over time.

lastModifiedAtstring int64

Output only. Time at which the developer was last modified in milliseconds since epoch.

createdAtstring int64

Output only. Time at which the developer was created in milliseconds since epoch.

appFamilystring

Developer app family.

Response

Successful response