Skip to main content

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

Default Response

Loading...