Skip to main content

Check out Port for yourselfย 

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

    namestringrequired

    The name of the new team.

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

    usersstring[]

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

    descriptionstring

    The description of the new team.

Responsesโ€‹

Created successfully.

Schema

    okanyrequired

    Possible values: [true]

    team

    object

    required

    idstring
    namestring
    createdAtdate-time
    updatedAtdate-time
    providerstring
    descriptionstring

    users

    object[]

  • Array [

  • emailstring
    firstNamestring
    lastNamestring
    picturestring
    statusstring
  • ]