---
title: "Add System Account to a Team"
method: POST
path: "/v3/teams/{teamId}/system-accounts"
tags: ["System Accounts - Team Membership"]
---

# Add System Account to a Team

`POST /v3/teams/{teamId}/system-accounts`

Adds a system account to a team. Returns a 409 if the system account is already a member of the team.

## Request body

- object
  - `id` string, uuid — ID of the system account.

## Response `201`

Created

## Other responses

- `401` — Unauthenticated
- `403` — Unauthorized
- `404` — Not Found
- `409` — Conflict

---

[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/versions/0261aef4b1e2/schema)
