# Organization Context n8n operations

Manage organization context. Select **Organization Context** 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                                                                                                                                           |
| --------- | -------- | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Get       | `get`    | Get the organization context.    | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/organizationContext/get.operation.ts)    |
| Update    | `update` | Update the organization context. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/organizationContext/update.operation.ts) |
