> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/advocate-team-member-roles-and-permissions.md).

# Advocate 团队成员角色与权限

您的团队中可以有多名成员访问您的 Advocate 计划设置。这些团队成员可被分配以下四种角色之一：

* 完全访问权限
* 项目经理
* 支持
* 查看者

impact.com 建议定期审核您的团队成员列表，以确保只有现任员工拥有适当级别的访问权限。

{% hint style="info" %}
**注意：** 您需要 [设置用户访问组](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/manage-user-access-groups.md) 并授予 Advocate 访问权限，然后在此处选择这些角色。
{% endhint %}

{% tabs %}
{% tab title="完全访问权限" %}
拥有完全访问权限的团队成员可以查看并编辑您的 Advocate 计划内容和设置详情的所有元素。只有具有完全访问权限角色的人员才能邀请其他团队成员加入您的账户，或编辑现有团队成员的权限。他们不能更改自己的权限，也不能将自己移除。

impact.com 建议仅将完全访问权限保留给需要访问集成和微站点托管设置的人员。

<details>

<summary>权限</summary>

* 管理团队
* 账单
* 管理微站点托管和身份
* 集成管理
* 管理 API 密钥
* 查看项目
* 管理项目
* 管理表单
* 查看参与者
* 管理参与者
* 审核和管理 [待处理推荐](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/referrals-and-events/review-pending-referrals-for-advocate.md)
* 数据管理
* 报告与分析

</details>
{% endtab %}

{% tab title="项目经理" %}
项目经理可以创建并管理贵公司的项目、奖励、数据、分析以及参与者信息。他们无法设置或修改微站点和集成。

impact.com 建议将项目经理角色授予需要频繁与我们的平台交互、但无需就集成和账户设置做出高级决策的高接触度用户。

<details>

<summary>权限</summary>

* 查看项目
* 管理项目
* 管理表单
* 查看参与者
* 管理参与者
* 审核和管理 [待处理推荐](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/referrals-and-events/review-pending-referrals-for-advocate.md)
* 数据管理
* 报告与分析

</details>
{% endtab %}

{% tab title="支持" %}
具有支持角色的团队成员拥有部分查看权限，并可访问我们平台中更适合排查问题的区域。他们可以查看项目详情、数据和分析，但只能修改（不能创建）参与者详情和信息。

impact.com 建议将支持角色授予任何参与排查用户数据和事件数据如何传输到 impact.com 的人员。

<details>

<summary>权限</summary>

* 查看项目
* 查看参与者
* 管理参与者
* 报告与分析

</details>
{% endtab %}

{% tab title="查看者" %}
查看者拥有最受限的一组权限。他们无法更改您的项目，也无法自行运行报告。相反，他们可以查看项目、数据和分析，以及单个项目参与者的详情。他们还可以导出现有报告。

查看者角色非常适合需要了解您的 Advocate 计划及其绩效，但无法修改设置或内容的人员。

<details>

<summary>权限</summary>

* 查看项目
* 查看参与者
* 报告与分析

</details>
{% endtab %}
{% endtabs %}


---

# 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.impact.com/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/advocate-team-member-roles-and-permissions.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.
