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
Path Parameters
org_name (required) | Organization name. |
company_name (required) | Company name. |
Request Body
Add or update a company developer.
Example
Company.
developer | List of developers in a company. | |||||
|
Response Types
200:
OK
Body
Example
Company.
developer | List of developers in a company. | |||||
|
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)