# Adds AML Searches To The Given Profile Adds a list of searches to a profile. Endpoint: POST /compliance/kyc-protect/profiles/{profileId}/searches/link Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) id of the profile ## Request fields (application/json): - `searchIds` (array) List of searches to link to a profile ## Response 200 fields (application/json): - `successful` (array,null) - `failed` (array,null) - `failed.failedItem` (string) - `failed.error` (object) - `failed.error.type` (string,null) - `failed.error.title` (string,null) - `failed.error.status` (integer,null) - `failed.error.detail` (string,null) - `failed.error.instance` (string,null) ## 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 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