# Organization n8n operations

Manage organizations. Select **Organization** 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 organization.              | [View implementation](/docs)               |
| Delete                 | `delete`               | Delete an organization.                 | [View implementation](/docs)               |
| Delete Horizontal Logo | `deleteHorizontalLogo` | Delete an organization horizontal logo. | [View implementation](/docs) |
| Get                    | `get`                  | Get an organization.                    | [View implementation](/docs)                  |
| Get Many               | `getAll`               | Get many organizations.                 | [View implementation](/docs)               |
| Update                 | `update`               | Update an existing organization.        | [View implementation](/docs)               |
