Organization
Team

Create a new team in the organization

Create a new team and assign it to the organization.

post/v1/organizations/{organizationRef}/teams

Request body

namestring required

Name of the team.

descriptionstring

Description of the team.

Example request

{
  "name": "Platform",
  "description": "Platform engineering team."
}

Response

Example response

idstring required

ID of the newly created resource.

Changes

No recorded changes to this endpoint across all 24 revisions of this API.