Port · Capability
Port API — Teams
Port API — Teams. 6 operations. Lead operation: Get all teams in your organization. Self-contained Naftiko capability covering one Port business surface.
What You Can Do
GET
Get
— Get all teams in your organization
/v1/v1/teams
POST
Post
— Create a team
/v1/v1/teams
GET
Get
— Get a team
/v1/v1/teams/{name}
PATCH
Patch
— Update a team
/v1/v1/teams/{name}
PUT
Put
— Change a team
/v1/v1/teams/{name}
DELETE
Delete
— Delete a team
/v1/v1/teams/{name}
MCP Tools
get-all-teams-your-organization
Get all teams in your organization
read-only
idempotent
create-team
Create a team
get-team
Get a team
read-only
idempotent
update-team
Update a team
idempotent
change-team
Change a team
idempotent
delete-team
Delete a team
idempotent