---
title: "Add a Connected Account to a Space"
method: POST
path: "/spaces/add_connected_account"
---

# Add a Connected Account to a Space

`POST /spaces/add_connected_account`

Adds a [connected account](/core-concepts/connected-accounts) to a specific space.

## Request body

- object
  - `connected_account_id` string, uuid, required — ID of the connected account that you want to add to the space.
  - `space_id` string, uuid, required — ID of the space to which you want to add the connected account.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
