---
title: "Link verification session to user profile"
method: POST
path: "/verify/link_existing_verification_session_to_user_profile"
tags: ["KYC > Verification (Profile-Based)"]
---

# Link verification session to user profile

`POST /verify/link_existing_verification_session_to_user_profile`

Link a verification session to an existing user profile

## Request body

- LinkExistingVerificationSessionToUserProfileRequest
  - `user_profile_id` string, required
  - `verification_session_id` string, required

## Response `200`

Successful operation

- object
  - `message` string

## Other responses

- `400` — Bad Request
- `409` — Conflict

---

[API](https://skmtc.net/aiprise/apis/aiprise-apis.md) · [All operations](https://skmtc.net/aiprise/apis/aiprise-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiprise/aiprise-apis/versions/f1e9dc8f2dd5/schema)
