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

# 注意事项

### 关于新的群组和设置管理体验需要记住的事项

#### <mark style="color:蓝色;">SAML 映射具有权威性，并会在每次登录时将用户从未匹配的群组中移除</mark>

当配置了 SAML 映射时——无论是否启用多重映射——它都会成为群组成员资格的权威来源。每次登录时，SAML 断言会决定群组分配，用户会从任何未被该断言匹配的群组中移除。不能对同一用户混用手动群组分配和基于 SAML 的群组分配。如果组织使用 SAML 映射进行群组管理，则应将其应用于 SAML 映射用户的所有群组分配。

#### <mark style="color:蓝色;">SCIM 和 SAML 多重映射不应配置相互冲突的群组信息</mark>

虽然 SCIM 群组推送和 SAML 多重映射可以在同一账户上共存，但不应配置相互冲突的群组分配。如果 SCIM 和 SAML 将某个用户分配到不同的群组，这两种机制就会发生冲突。SCIM 更新会在身份提供方更改后的一个小时内发生，而 SAML 则要求用户再次登录。从时间上看，如果两者都在处理同一更改，SCIM 很可能会优先。

#### <mark style="color:蓝色;">群组 API 仍完全兼容</mark>

现有的群组 API 与新的体验完全兼容，可用于传统操作，包括用户分配、群组创建和群组列表。随新体验引入的功能，包括群组克隆、优先级管理以及细粒度设置配置，目前仅可通过管理控制台 Web UI 使用。

#### <mark style="color:蓝色;">多个主要设置区域支持按设置进行精细选择</mark>

以下主要设置区域的产品类别内，单独的设置选择目前在线：

* AI Companion
* 音频会议
* 常规
* 会议
* 录制和转写文字
* 网络研讨会


---

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