> 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.md).

# 新群组和设置管理体验说明

本文概述了面向 Zoom 管理员的新群组和设置管理体验及其功能/特性。它涵盖了相较于旧版群组管理模型的架构变更、新体验引入的关键功能/特性、设置如何通过基于优先级的继承模型进行解析、迁移流程以及当前可用性。

请使用以下链接跳转到相关章节：

* [旧模型背景](/technical-library/zh/guan-li-yuan-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/legacy-model-context.md)
* [主要功能](/technical-library/zh/guan-li-yuan-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/key-capabilities.md)
* [设置解析](/technical-library/zh/guan-li-yuan-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/settings-resolution.md)
* [迁移](/technical-library/zh/guan-li-yuan-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/migration.md)
* [用例](/technical-library/zh/guan-li-yuan-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/use-cases.md)
* [可用性](/technical-library/zh/guan-li-yuan-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/availability.md)
* [注意事项](/technical-library/zh/guan-li-yuan-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/considerations.md)
* [相关资源](/technical-library/zh/guan-li-yuan-jiao-luo/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer/related-resources.md)

#### <mark style="color:蓝色;">新的群组和设置管理体验将群组成员关系与产品设置解耦，并引入基于优先级的冲突解决机制</mark>

新的群组和设置管理体验增强了 Zoom 管理控制台中的“群组”功能/特性，并从根本上改变了管理员管理用户群组与产品设置之间关系的方式。

在旧版模型中，每个群组都会自动与所有产品设置耦合。出于任何目的创建群组，都意味着会继承并可能影响整个 Zoom 中的每个设置类别。新的体验将群组成员关系与产品设置解耦，使管理员能够仅为每个群组配置与该群组用途相关的特定产品设置。

新的体验还引入了显式的、基于优先级的冲突解决机制。当用户属于多个群组时，数值优先级排名会决定每项设置中哪个群组的设置生效，从而取代旧版模型对主群组指定、锁定状态冲突以及最严格设置逻辑的依赖。

模块化群组配置与基于优先级的解析共同为管理员提供对用户策略的可预测控制。

#### <mark style="color:蓝色;">管理控制台中的功能/特性名称为“群组”：底层实体并未改变，但其功能/特性已得到显著增强</mark>

新的群组和设置管理体验不会引入新的产品或更名后的功能/特性。管理控制台中的功能/特性仍然是“群组”，也就是管理员一直用来组织用户和管理设置的同一实体。变化的是群组中在线提供的功能/特性集：

* 模块化设置配置
* 显式优先级排名
* 无设置群组
* 细粒度的逐项设置选择
* 增强的报告

已经熟悉管理控制台中“群组”的管理员会发现位置相同，但配置选项大幅扩展。

在本文中，“新群组和设置管理体验”指的是增强后的功能/特性。为简洁起见，后续引用可能会使用“新的群组管理”或“新的群组体验”。

#### <mark style="color:蓝色;">本文面向正在评估或实施新群组体验的 IT 管理员、安全团队和技术决策者</mark>

本文面向负责管理 Zoom 用户群组和设置策略的 IT 管理员、评估新体验治理功能/特性的安全与合规性团队，以及评估其组织是否以及何时迁移到新群组体验的技术决策者。它涵盖了概念架构、关键功能/特性、设置解析模型、迁移流程以及当前限制。

如需有关使用新体验的分步操作指南，请参阅 Zoom 支持文章 [使用新的群组和设置管理体验](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0076377).


---

# 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.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.
