---
title: "Link current user account with another user account"
method: POST
path: "/api/v1/users/{authId}/account-linking/{linkingAuthId}"
tags: ["Users"]
---

# Link current user account with another user account

`POST /api/v1/users/{authId}/account-linking/{linkingAuthId}`

Required scope - write_user

## Path parameters

- `authId` string, required
- `linkingAuthId` string, required

## Response `200`

- object
  - `success` boolean

---

[API](https://skmtc.net/valuemelody/apis/melody-auth-s2s-api.md) · [All operations](https://skmtc.net/valuemelody/apis/melody-auth-s2s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/valuemelody/melody-auth-s2s-api/versions/2e1471620fd7/schema)
