> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh/guan-li-yuan-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/legacy-model-context.md).

# 旧模型背景

### 新体验之前群组管理的运作方式

#### <mark style="color:蓝色;">Zoom 的设置层级跨三个层级运行：账户、群组和用户</mark>

Zoom 的管理员设置采用三层层级结构组织：

1. 账户级设置最为宽泛，作为整个账户的默认值适用。
2. 群组级设置允许管理员为用户集合自定义设置。
3. 用户级设置最为具体，适用于单个用户。

设置会沿着此层级自上而下级联：账户级默认值会流向其下的所有群组和用户。

当某个设置在账户级进行配置时，群组和用户会自动继承该值，除非在群组级或用户级将其覆盖。

有关层级设置如何在 Zoom 中运作的更多信息，请参阅 Zoom 支持文章 [使用层级设置](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0065579)。有关此层级如何应用于特定产品的示例，请参阅 Zoom 支持文章 [Zoom Phone 群组管理](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0064639).

#### <mark style="color:蓝色;">已修改未锁定设置的用户会保留该值，除非被锁定覆盖</mark>

当用户手动更改一个未锁定的设置时，用户所选的值将优先于该设置的群组级和账户级值。这称为“已修改”状态。已修改的用户级设置会继续优先于群组级和账户级值，除非管理员在账户级或群组级锁定该设置。此时，锁定的值会覆盖用户的修改。

此行为同时适用于旧版群组管理模型和新的群组及设置管理体验。它并不特定于其中一种模型。

#### <mark style="color:蓝色;">在旧版模型中，主群组和锁定状态决定了多群组用户哪些设置会生效</mark>

当某个用户在旧版模型中属于多个群组时，系统会指定一个群组为主群组，其余群组为次群组。主群组的设置通常优先于次群组设置。当群组之间存在锁定冲突时——例如，一个群组将某个设置锁定为开启，而另一个群组将其锁定为关闭——系统会结合主群组的指定以及用户加入群组的顺序来决定哪个值适用。

对于某些产品，旧版模型会对用户所属的所有群组应用最严格的设置。如果某个用户所在的一个群组启用了 Zoom 聊天，而另一个群组将其禁用，那么该用户的 Zoom 聊天将被禁用，因为系统默认采用更严格的值。

#### <mark style="color:蓝色;">账户级功能锁会自上而下强制执行设置，不允许群组级例外</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://library.zoom.com/technical-library/zh/guan-li-yuan-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/legacy-model-context.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.
