# Create Identity Link Add Identity Links to the Matching Decision Log identified by ID. Endpoint: POST /userfeedbacks/{id} Version: 2 Security: apiKey ## Path parameters: - `id` (string, required) ID of the Matching Decision Log. Example: "9cfa14e7-51f5-4490-88e4-667501575b41" ## Request fields (application/json): - `links` (array, required) List of identity links to be created. - `links.entries` (array, required) List of identity link entries. - `links.entries.storageId` (string, required) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `links.entries.dataSourceId` (string, required) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `links.entries.businessPartnerId` (string, required) A CDQ ID identifies a business partner uniquely in the context of the Corporate Data League. Example: "63e635235c06b7396330fe40" ## Response 200 fields (application/json): - `values` (array) List of identity links created. - `values.status` (string) status: * - Identity link has been created successfully * - Identity link creation has failed Example: "OK" - `values.message` (string) Message of the status. Example: "Identity link has been created successfully"