Company Developers API

download spec authorize

post /organizations/{org_name}/companies/{company_name}/developers

Adds a developer to a company, or updates an existing developer in the company.

Optionally, you can assign a role to the developer, though it is not required. You can create roles for your partners, such as administrator or application developer. Those roles can then be assigned to specific partner employees.

When updating an existing developer, specify both the developer's email and role (if applicable).

HTTP request

https://api.enterprise.apigee.com/v1/organizations/{org_name}/companies/{company_name}/developers

Path Parameters

org_name (required)

string

Organization name.

company_name (required)

string

Company name.

Request Body

Add or update a company developer.

application/json

Example

{
"developer": [
{
"email": "ahamilton@example.com",
"role": "myrole"
}
]
}
companyDevelopers

Company.

developer

array

List of developers in a company.

object
email

string

Email address of the developer.

role

string

Role that may be used for access control to app information by a client, but which is not enforced by Apigee.

Response Types

200: 

OK

Body

application/json

Example

{
"developer": [
{
"email": "ahamilton@example.com",
"role": "myrole"
}
]
}
companyDevelopers

Company.

developer

array

List of developers in a company.

object
email

string

Email address of the developer.

role

string

Role that may be used for access control to app information by a client, but which is not enforced by Apigee.

400: 

Bad request

Authentication Requirements

For OAuth, enter the following in the Key field: Bearer %your-token% (see https://docs.apigee.com/api-platform/system-administration/using-oauth2#get-the-tokens)

Key location: header
Parameter name: Authorization
Available Authentication Options
  • Basic
  • OAuth

Try this API

Request parameters
org_name
company_name
Request body
For suggestions, press control+space or click one of the blue "add" circles.
Credentials
Multi-factor authentication is not supported.