# Links Searches To Key Parties Add searches link to key parties for the current logged in user. Endpoint: POST /compliance/kyc-protect/profiles/{profileId}/keyparties/searches/link Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) id of the profile ## Request fields (application/json): - `items` (array) - `items.keyPartyId` (string,null) Id of the key party to link to the search - `items.searchId` (string,null) Id of the search to link to the key party ## Response 201 fields (application/json): - `failed` (array) - `failed.failedItem` (object) - `failed.failedItem.keyPartyId` (string) Id of the key party to link to the search - `failed.failedItem.searchId` (string) Id of the search to link to the key party - `failed.error` (object) - `failed.error.type` (string) - `failed.error.title` (string) - `failed.error.status` (number) - `failed.error.detail` (string) - `failed.error.instance` (string) - `failed.error.additionalProp1` (string) - `failed.error.additionalProp2` (string) - `failed.error.additionalProp3` (string) - `successful` (array) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 409 fields (application/json): - `correlationId` (string) The unique identifier. (A UUID specified by RFC4122). - `message` (string) - `details` (string) Provides further information on why the request was rejected