Skip to main content

Create a team

POST 

/v1/teams

This route allows you to create a new team in your Port organization.

To learn more about teams, check out the documentation.

Request

Body

required

    name stringrequired

    Possible values: Value must match regular expression ^[^;#/\?\s][^;#/\?]*[^;#/\?\s]$

    The name of the new team.

    users string[]

    One or more e-mail addresses of users to add to the new team.

    description string

    The description of the new team.

Responses

Default Response

Loading...