Create a team

This call creates a new team within a specified division.

📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/teams

Example request body

{
        "division": "my-division",
        "name":"my new team"
 
}

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Language