Links a user that already exists on another identity to your identity.
Since the user's credentials are already set up, no invitation or password setup is required - once linked, the user gains access to the identity immediately and can select it on login.
In order to link a user you would need a stepped-up token. Before calling this operation you need to step-up ( issue a challenge multi/stepup/challenges/otp/{channel} )
More details on how to step-up a token can be found here Step-Up
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/users/{user_id}/link
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/users/{user_id}/link
curl -i -X POST \
'https://sandbox.weavr.io/multi/users/{user_id}/link' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE' \
-H 'idempotency-ref: string'Response
No content