v1

latestOpenAPI 3.0.02026-07-178236113.8 KB
Users

Link current user account with another user account

Required scope - write_user

post/api/v1/users/{authId}/account-linking/{linkingAuthId}

Path parameters

authIdstring required

The authId of the user

linkingAuthIdstring required

The authId of the account to link with

Response

successboolean

Example response

{
  "success": true
}