/teamsCreate a team
Creates a new team within the current workspace. Supply the team details in data, including the team name and any supported description, organization, visibility, and access settings. Creating a team returns the newly created team object.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The team to create, including its name and supported team configuration and access settings.
A 400 is returned when the team data or another request parameter is missing or malformed, and a 401 is returned when no valid authentication token is provided. A 403 is returned when the authenticated user lacks permission to create the team, and a 404 is returned when the request action or referenced object does not exist. A 500 indicates a server-side problem; retrieving the complete team object requires the teams:read scope.