# Organization n8n operations

Manage organizations. Select **Organization** in the Probo 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 organization.              | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/organization/create.operation.ts)               |
| Delete                 | `delete`               | Delete an organization.                 | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/organization/delete.operation.ts)               |
| Delete Horizontal Logo | `deleteHorizontalLogo` | Delete an organization horizontal logo. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/organization/deleteHorizontalLogo.operation.ts) |
| Get                    | `get`                  | Get an organization.                    | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/organization/get.operation.ts)                  |
| Get Many               | `getAll`               | Get many organizations.                 | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/organization/getAll.operation.ts)               |
| Update                 | `update`               | Update an existing organization.        | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/organization/update.operation.ts)               |
