---
title: "PUT /wallet-manager/wallet-connections"
method: PUT
path: "/wallet-manager/wallet-connections"
tags: ["WalletManagerController"]
---

# PUT /wallet-manager/wallet-connections

`PUT /wallet-manager/wallet-connections`

## Request body

- WalletCommunityConnectionRequest
  - `walletSk` string, required — Wallet connection sk
  - `platform` string
  - `communityId` string, required — Community id
  - `id` string, required — AE token to represent a community user that requests wallet connection

## Response `200`

OK

- WalletConnection
  - `id` string
  - `createdTime` string
  - `pk` string
  - `sk` string
  - `classifier` string
  - `classifierGroup` string
  - `address` string
  - `signerAddress` string
  - `contract` string
  - `accountId` string
  - `userId` string
  - `platform` string
  - `communityId` string
  - `communityPk` string
  - `walletType` string
  - `communities` string[]
  - `metadata` object

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
