> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/equipme/settings-1/portal-settings/roles-and-rights/automatic-supervisor-role-assignment.md).

# Automatic Supervisor Role Assignment

In many organizations, knowing who reports to whom is simply structural information. It does not necessarily mean that every supervisor should be able to see their team's services or act on their approvals.

You can now separate the two. Supervisor information and the permissions that come with the Supervisor role are handled independently.

## What changed

Previously, an employee received the Supervisor role automatically as soon as they were set as another employee's supervisor. This applied whether the assignment was entered manually or came in through HR Sync.

If you only need the reporting relationship as organizational data, that behavior grants more access than intended.

## Turn automatic assignment off

You find the setting under:

**Settings → Roles and rights → Supervisor → Settings**

The option **Automatically assign this role** controls whether the Supervisor role is assigned when an employee is selected as someone's supervisor.

<figure><img src="https://3918610632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXNunUyX5NO7xn5mXKS3V%2Fuploads%2FsnZSWJFLKkesKFlweBQo%2F6-roles-and-rights.png?alt=media&#x26;token=e6e43ee1-02fb-4913-8606-7083423b537f" alt=""><figcaption><p>Supervisor role settings with automatic role assignment enabled.</p></figcaption></figure>

**Enabled** keeps the existing behavior. Employees automatically receive the Supervisor role when they are assigned as a supervisor.

**Disabled** means the supervisor relationship is still stored in the employee profile, whether it was entered manually or synchronized through HR Sync. The Supervisor role and its permissions are simply not granted along with it.

{% hint style="info" %}
Automatic assignment stays enabled by default. If you want to separate supervisor information from system permissions, you need to switch it off yourself.
{% endhint %}

## Availability

This setting is available in customer environments, including managed and standalone customer environments. It is not available in supplier environments.


---

# 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, and the optional `goal` query parameter:

```
GET https://hub.equipme.io/equipme/settings-1/portal-settings/roles-and-rights/automatic-supervisor-role-assignment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
