> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/ce/core-commerce/customer-management/groups.md).

# Customer Groups

Here you can find an overview of the customer groups feature and its benefits.

{% hint style="info" %}
Looking for API reference? Check out the [Customer Service API](/api-references/api-guides/companies-and-customers/client-management.md) reference.
{% endhint %}

### Purpose

B2B scenarios require applying more structure to the management of your end customers.\
With Customer Groups, you can easily manage your customers to ensure the right level of authorization and access is granted to the customers within a company (legal entity).

### Features

The Emporix customer groups functionality combines a set of features:

| Feature                                | Description                                                                                                                                                                                                                                      |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Granular permission control**        | As a seller, you can set different access levels within groups, ensuring the right people have the right permissions from their customers.                                                                                                       |
| **Stronger data security**             | Restricting access to relevant team members of the end customer minimizes the risk of unauthorized data breaches.                                                                                                                                |
| **Improved organizational management** | As a B2B seller, you have a tool to manage the end customers organizations on their behalf, ensuring the structured and controlled access to business-critical information.                                                                      |
| **Self-service for end customers**     | End customers can independently manage their organization and users without relying on your support teams. Reduced dependency on manual administrative approvals leads to quicker role assignments and modifications within the user management. |

### Overview

Customer groups are automatically created for each legal entity in the system. They are legal entity aware, which means that you can easily administer the company-related permissions. You can manage the customer groups from the Management Dashboard which facilitates assigning the right access to the right group members.

<figure><img src="/files/Tw1yUoVlj4xU9sJ38kxD" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To learn more how to manage customer groups, see the [Customer Groups User Guide](/ce/management-dashboard/customer-management/customer-groups.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/ce/core-commerce/customer-management/groups.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.
