# 2026-02-11: CE - Site Permissions

## Overview

With **site-aware permissions**, enterprises can define and enforce access rights per site (store, market, brand, or business unit) instead of only globally. This keeps responsibilities clearly separated across multiple sites, improves security and compliance, and reduces configuration effort by reusing existing user groups. Business users only see and manage the sites they are responsible for, which simplifies daily operations and lowers the risk of errors.

## New features

| Feature                                                           | Benefit                                                                                                                                                                                                    |
| ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Per-site access control**                                       | Ensures that teams only access and manage the sites they are responsible for (for example, DE, FR, US), reducing the risk of unauthorized or accidental changes across regions, brands, or business units. |
| **Reuse of central user groups**                                  | Avoids creating and maintaining separate role models per site. Customers can extend their existing permission setup with a site dimension, lowering configuration and maintenance effort.                  |
| **Improved security and compliance through site-specific access** | Limits access to sensitive data and operations to the relevant site(s) only, helping enterprises meet organizational, legal, and contractual requirements for data separation and governance.              |
| **Support for multi-tenant / multi-unit B2B scenarios**           | Enables clear separation between different B2B customers, tenants, or internal business units on a shared platform, allowing delegated administration without cross-impact.                                |

## Fixes and improvements

None as this is a new feature.

## Known problems

No known problems at the time of release.

## Documentation and links

User Guides:

* [Site Permissions](/ce/system-management/authentication-and-authorization/authorization/site-permissions.md)

Management Dashboard:

* [System Preferences](/ce/management-dashboard/settings/system-preferences.md)
* [Users and Groups](/ce/management-dashboard/administration/usersandgroups.md)

API Reference:

* [Cart Service](/api-references/api-guides/checkout/cart.md)
* [Customer Service](/api-references/api-guides/companies-and-customers/customer-service.md)
* [IAM Service](/api-references/api-guides/users-and-permissions/iam.md)
* [Order Service](/api-references/api-guides/orders/order.md)
* [Quote Service](/api-references/api-guides/quotes/quote.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/release-notes/2026/2026-02-11-ce-site-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
