> For the complete documentation index, see [llms.txt](https://help.blinger.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.blinger.io/russian/opisanie-raboty/razdel-operatory/upravlenie-operatorami.md).

# Управление операторами

## Общая информация

Операторы занимаются тем, что обрабатывают обращения в интерфейсе Blinger.io. С помощью ролей их полномочия можно значительно расширить.&#x20;

Первоначально, управлением операторами занимается аккаунт с правами супер-администратора.&#x20;

## Добавить операторов?

### Шаг 1. Открыть вкладку Операторы и нажать "Пригласить нового оператора"

![](/files/-LmKCUX8HPmTJni8DCNW)

### Шаг 2. Указать данные оператора(-ов), которого(-ых) планируется пригласить

#### Вариант 1. Одиночное приглашение

![](/files/-LmKF_OLFVrG_irD11Ye)

Шаги:

1. В поле «User email» электронную почту оператора, которого необходимо добавить
2. Указать в поле «Operator Groups» группу(-ы), в которую его надо добавить.&#x20;
3. Нажать "Отправить приглашение"

{% hint style="warning" %}
Если групп нет, то необходимо установить значение «Default» (автоматически создаваемая группа в момент регистрации аккаунта супер-администратора)
{% endhint %}

#### Вариант 2. Массовое приглашение

![](/files/-LmKGEAneHaCQVH4o50Z)

Шаги:

1. Сформировать список с адресами электронных почт тех, операторов, которых планируется добавить, в формате **\*.csv**
2. Загрузить данный список в поле "Файл csv"
3. Указать в поле «Operator Groups» группу(-ы), в которую его надо добавить
4. Нажать "Отправить приглашение"

{% hint style="warning" %}
После отправления приглашения, на указанный электронный адрес придет письмо, с предложением пройти по ссылке, для ввода пароля и завершения регистрации в Blinger.io в качестве оператора
{% endhint %}

![](/files/-LmKHgPpMxZxDlXPjC6Q)

### Шаг 3. Отследить статус регистрации оператора

Отследить статус регистрации оператора можно в разделе Операторы. Если оператор завершил регистрацию, напортив него будет проставлен статус "Active", иначе "Not registered".

![](/files/-LmKJE1XamRr1HskmOQr)

## Удалить операторов?

Чтобы удалить оператора, необходимо перейти в раздел Операторы, нажать сначала "Деактивировать" и потом "Удалить"

![](/files/-LmPrkywjk_TNlqzL2Z2)


---

# 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://help.blinger.io/russian/opisanie-raboty/razdel-operatory/upravlenie-operatorami.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.
