Associate a userId with an existing consent set created during onboarding
userId to an existing consent set that was created during onboarding. This endpoint completes the consent onboarding process by associating consent records with a user account.
After User Account Creation
userId from your systemAfter Email Verification
After KYC Completion
Registration Complete
| Header | Required | Description |
|---|---|---|
x-client-key | ✅ | Your public API key |
x-secret-key | ✅ | Your secret API key |
Content-Type | ✅ | Must be application/json |
x-us-env | ❌ | Set to true for US region routing |
| Parameter | Type | Required | Description |
|---|---|---|---|
consentSetId | string (UUID) | ✅ | UUID of the consent set to link (from create response) |
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | ✅ | Permanent user identifier to link to this consent set |
Store ConsentSetId Temporarily
consentSetId in your session or database until user registration completes:Handle Idempotency
Clean Up After Linking