# Third Party n8n operations

Manage third parties. Select **Third Party** in the the platform node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation                           | Value                              | Description                                                 | Source                                                                                                                                                            |
| ----------------------------------- | ---------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Create                              | `create`                           | Create a new third party.                                   | [View implementation](/docs)                           |
| Create Contact                      | `createContact`                    | Create a new third party contact.                           | [View implementation](/docs)                    |
| Create Risk Assessment              | `createRiskAssessment`             | Create a new third party risk assessment.                   | [View implementation](/docs)             |
| Create Service                      | `createService`                    | Create a new third party service.                           | [View implementation](/docs)                    |
| Delete                              | `delete`                           | Delete a third party.                                       | [View implementation](/docs)                           |
| Delete Business Associate Agreement | `deleteBusinessAssociateAgreement` | Delete a third party business associate agreement.          | [View implementation](/docs) |
| Delete Compliance Report            | `deleteComplianceReport`           | Delete a third party compliance report.                     | [View implementation](/docs)           |
| Delete Contact                      | `deleteContact`                    | Delete a third party contact.                               | [View implementation](/docs)                    |
| Delete Data Privacy Agreement       | `deleteDataPrivacyAgreement`       | Delete a third party data privacy agreement.                | [View implementation](/docs)       |
| Delete Service                      | `deleteService`                    | Delete a third party service.                               | [View implementation](/docs)                    |
| Get                                 | `get`                              | Get a third party.                                          | [View implementation](/docs)                              |
| Get Business Associate Agreement    | `getBusinessAssociateAgreement`    | Get a third party business associate agreement.             | [View implementation](/docs)    |
| Get Contact                         | `getContact`                       | Get a third party contact.                                  | [View implementation](/docs)                       |
| Get Data Privacy Agreement          | `getDataPrivacyAgreement`          | Get a third party data privacy agreement.                   | [View implementation](/docs)          |
| Get Many                            | `getAll`                           | Get many third parties.                                     | [View implementation](/docs)                           |
| Get Many Child Third Parties        | `listChildThirdParties`            | Get child third parties linked to a parent.                 | [View implementation](/docs)            |
| Get Many Compliance Reports         | `getAllComplianceReports`          | Get many third party compliance reports.                    | [View implementation](/docs)          |
| Get Many Contacts                   | `getAllContacts`                   | Get many third party contacts.                              | [View implementation](/docs)                   |
| Get Many Risk Assessments           | `getAllRiskAssessments`            | Get many third party risk assessments.                      | [View implementation](/docs)            |
| Get Many Services                   | `getAllServices`                   | Get many third party services.                              | [View implementation](/docs)                   |
| Get Risk Assessment                 | `getRiskAssessment`                | Get a third party risk assessment.                          | [View implementation](/docs)                |
| Get Service                         | `getService`                       | Get a third party service.                                  | [View implementation](/docs)                       |
| Link Third Party                    | `linkThirdParty`                   | Link a child third party to a parent third party.           | [View implementation](/docs)                   |
| Publish List                        | `publish`                          | Publish the third party register as a document version.     | [View implementation](/docs)                          |
| Unlink Third Party                  | `unlinkThirdParty`                 | Unlink a child third party from a parent third party.       | [View implementation](/docs)                 |
| Update                              | `update`                           | Update an existing third party.                             | [View implementation](/docs)                           |
| Update Business Associate Agreement | `updateBusinessAssociateAgreement` | Update a third party business associate agreement validity. | [View implementation](/docs) |
| Update Contact                      | `updateContact`                    | Update an existing third party contact.                     | [View implementation](/docs)                    |
| Update Data Privacy Agreement       | `updateDataPrivacyAgreement`       | Update a third party data privacy agreement validity.       | [View implementation](/docs)       |
| Update Service                      | `updateService`                    | Update an existing third party service.                     | [View implementation](/docs)                    |
| Vet                                 | `vet`                              | Start AI-powered vetting of a third party from its website. | [View implementation](/docs)                              |
