> 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-zhuan-qu/account-and-endpoint-management/new-groups-and-settings-management-experience-explainer.md).

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

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

使用以下链接跳转到相关部分：

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

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

新的群组和设置管理体验增强了 Zoom 管理控制台中的 Groups，并从根本上改变了管理员管理用户群组与产品设置关系的方式。

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

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

模块化群组配置和基于优先级的解析共同让管理员能够以可预测的方式控制用户策略。

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

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

* 模块化设置配置
* 明确的优先级排名
* 无设置群组
* 细粒度的按设置选择
* 增强的报表功能

已经熟悉管理控制台中 Groups 的管理员会发现位置不变，但配置选项大幅扩展。

在本文中，“新的群组和设置管理体验”指的是这些增强的能力。为简洁起见，后续提及可能使用“新的群组管理”或“新的群组体验”。

#### <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-zhuan-qu/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.
