---
title: "Create Team"
method: POST
path: "/v3/portals/{portalId}/teams"
tags: ["Portal Teams"]
---

# Create Team

`POST /v3/portals/{portalId}/teams`

Creates a developer team in a portal. Developers can be added to teams to provide RBAC access to API products. Teams can be assigned roles that grant permissions to perform an action on a resource.

## Request body

- PortalCreateTeamRequest — Details about a team to create.
  - `name` string, required — The name of the team.
  - `description` string — The description of the team.
  - `can_own_applications` boolean — Whether the team is allowed to own applications

## Response `201`

Details about a team of developers in a portal.

- PortalTeamResponse — Details about a developer team.
  - `id` string, uuid, required
  - `name` string, required — The name of the team.
  - `description` string, required — The description of the team.
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `can_own_applications` boolean — Whether the team is allowed to own applications.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b1ea6bd77dec/schema)
