Skip to main content

Check out Port for yourselfย 

Get a team

GET 

/v1/teams/:name

This route allows you to fetch a specific team in your Port organization.

To learn more about teams, check out the documentation.

Requestโ€‹

Path Parameters

    name stringrequired

    The name of the team you want to fetch.

Query Parameters

    fields undefined[]

    Possible values: [id, name, createdAt, updatedAt, provider, description, users.firstName, users.lastName, users.email, users.picture, users.status]

    The fields you want to fetch for the team. If used, only the specified fields will be included in the response.

Responsesโ€‹

Retrieved successfully.

Schema

    okanyrequired

    Possible values: [true]

    team

    object

    required

    idstring
    namestring
    createdAtdate-time
    updatedAtdate-time
    providerstring
    descriptionstring