> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/ru/upravlenie-komandoi/upravlenie-uchastnikami.md).

# Управление участниками

***

#### **Как пригласить участников команды?**&#x20;

Перейдите в <mark style="color:$primary;">`Настройки`</mark> > <mark style="color:$primary;">`Участники`</mark> > <mark style="color:$primary;">`Пригласить участников`</mark>. Вы можете приглашать людей двумя способами:

* **Приглашение по электронной почте** — Отправьте прямое приглашение на их электронную почту.
* **Ссылка-приглашение** — Сгенерируйте ссылку для обмена, действительную в течение 24 часов.

<figure><img src="/files/2be88ccba34ce13bed919d12dba88938046ab55d" alt=""><figcaption></figcaption></figure>

#### **Моя ссылка-приглашение истекла. Что мне делать?**&#x20;

Ссылки-приглашения действительны в течение 24 часов. Если ссылка истекла, просто создайте новую из <mark style="color:$primary;">`Настройки`</mark> > <mark style="color:$primary;">`Участники`</mark> > <mark style="color:$primary;">`Пригласить участников`</mark> > <mark style="color:$primary;">`Пригласить по ссылке`</mark>.&#x20;

#### **Может ли кто-то присоединиться к моей команде без аккаунта BoxHero?**&#x20;

Нет. Любому, кого вы пригласите как участника, нужно будет создать бесплатный аккаунт BoxHero, чтобы получить доступ к вашей команде. Если вам нужно лишь поделиться с кем-то данными о запасах (например, с поставщиком или клиентом), используйте [Ссылка на инвентарь](https://www.boxhero.io/docs/other-features/inventory-link) вместо этого — это не требует аккаунта.

#### **Может ли один пользователь принадлежать к нескольким командам?**&#x20;

Да. Один аккаунт BoxHero может быть участником нескольких команд, каждая со своей ролью и правами доступа. Вы можете переключаться между командами в селекторе команд в приложении.

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

#### **Как изменить роль участника?**&#x20;

Администраторы могут изменить роль любого участника в любое время в разделе <mark style="color:$primary;">`Настройки`</mark> > <mark style="color:$primary;">`Участники`</mark>. Найдите участника, нажмите на его текущую роль и выберите новую. Изменения вступят в силу сразу же.

#### **Как удалить участника из моей команды?**&#x20;

Перейдите в <mark style="color:$primary;">`Настройки`</mark> > <mark style="color:$primary;">`Участники`</mark>, найдите человека, которого хотите удалить, и выберите <mark style="color:$primary;">`Удалить`</mark>. Их доступ будет немедленно отозван, но операции с запасами, которые они внесли, останутся в истории вашей команды для целей аудита.


---

# 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://www.boxhero.io/docs/faq/ru/upravlenie-komandoi/upravlenie-uchastnikami.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.
